Eggshell (#F0EAD6)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 1.20:1 — vs black: 17.45:1

Color values

  • HEX #F0EAD6
  • RGB rgb(240, 234, 214)
  • HSL hsl(46, 46%, 89%)
  • CMYK cmyk( 0, 3, 11, 6 )
  • Websafe #FFFFCC

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #F0EAD6 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Eggshell
#F0EAD6 Base
#D6DCF0
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Eggshell
#F0EAD6 Base
#F0DDD6
#E9F0D6
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Eggshell
#F0EAD6 Base
#D6F0EA
#EAD6F0
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Eggshell
#F0EAD6 Base
#D6E9F0
#DDD6F0
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Eggshell
#F0EAD6 Base
#D6F0DD
#D6DCF0
#F0D6E9
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Eggshell
#F0EAD6 Base
#C7B166
#DCCD9E
#E5DBB8
#F8F5EC
Shades & Tints

Darker shades and lighter tints of Eggshell, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#131007
#51451E
#907B35
#C2AA59
#D9CA97
Eggshell #F0EAD6 Base
#F2ECDA
#F3EFDF
#F5F1E3
#F7F3E8
#F8F5EC
CSS & SCSS Snippets

Ready-to-use code snippets for #F0EAD6. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #F0EAD6;
}

/* Text */
.element {
    color: #F0EAD6;
}

/* Border */
.element {
    border: 1px solid #F0EAD6;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #F0EAD6,
        #D6DCF0
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #F0EAD6,
        #D6DCF0
    );
}
SCSS Variable
// SCSS variable
$eggshell: #F0EAD6;

// With RGB channels (useful for rgba() usage)
$eggshell-r: 240;
$eggshell-g: 234;
$eggshell-b: 214;

// Usage
.element {
    background-color: $eggshell;
    color: rgba($eggshell-r, $eggshell-g, $eggshell-b, 0.8);
}
Color Blindness Simulation

How Eggshell appears to people with different types of color vision deficiency.

Normal Vision #F0EAD6 How the color appears with full color vision.
Deuteranopia #ECECD6 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #EBEBD6 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #F2E8E8 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #EAEAEA Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Eggshell ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Eggshell #F0EAD6 Base
Pearl #EAE0C8 ΔE 2.88
Cosmic Latte #FFF8E7 ΔE 3.33
Old Lace #FDF5E6 ΔE 3.52
Cornsilk #FFF8DC ΔE 3.87

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.