CSS Utilities
--color-eggshell: #F0EAD6;
.bg-eggshell { background-color: #F0EAD6; }
.text-eggshell { color: #F0EAD6; }Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#F0EAD6",
"rgb": [
240,
234,
214
],
"hsl": [
46,
46,
89
],
"cmyk": [
0,
3,
11,
6
],
"luminance": 0.8223,
"contrast": {
"black": 17.45,
"white": 1.2
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#D6DCF0",
"analogous": [
"#F0DDD6",
"#E9F0D6"
],
"triadic": [
"#D6F0EA",
"#EAD6F0"
],
"tetradic": [
"#D6F0DD",
"#D6DCF0",
"#F0D6E9"
],
"splitComplementary": [
"#D6E9F0",
"#DDD6F0"
],
"monochromatic": [
"#FFFFFF",
"#F0EAD6",
"#D7C793"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#D7C793",
"saturated": "#F6EDD0",
"desaturated": "#EAE7DC",
"pastel": "#FFFFFF",
"neon": "#FFFBF0"
}Pairings
{
"best": [
"#000000",
"#D6DCF0",
"#F0DDD6",
"#E9F0D6"
],
"avoid": [
"#EAE7DC",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#EAE7DC"
]
}Knowledge graph
{
"nearestColors": [
"parchment",
"canvas",
"antique-white",
"alabaster",
"champagne"
],
"generatedPalettes": [
"eggshell"
],
"generatedComparisons": [
"eggshell-vs-canvas",
"eggshell-vs-parchment"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/eggshell",
"/wcag/eggshell",
"/css/colors/eggshell",
"/hex/f0ead6"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/eggshell"
],
"related": [
"/colors/parchment",
"/colors/canvas",
"/colors/antique-white",
"/colors/alabaster",
"/colors/champagne",
"/compare/eggshell-vs-canvas",
"/compare/eggshell-vs-parchment",
"/harmonies/eggshell",
"/wcag/eggshell",
"/css/colors/eggshell",
"/hex/f0ead6"
]
}
}Full JSON dataset
{
"slug": "eggshell",
"name": "Eggshell",
"hex": "#F0EAD6",
"uses": [
"backgrounds",
"typography",
"product surfaces"
],
"psychology": {
"associations": [
"restraint",
"clarity",
"balance"
],
"contexts": [
"interfaces",
"architecture",
"editorial design",
"packaging"
],
"avoidIn": [
"high-energy accent-only palettes"
]
},
"aliases": [],
"sourceType": "curated",
"confidence": "medium",
"reviewStatus": "manual",
"sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
"origin": {
"type": "common",
"notes": "Curated common color reference used in design and editorial color systems."
},
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"yellow",
"warm",
"light",
"backgrounds",
"typography",
"product-surfaces",
"restraint",
"clarity",
"balance"
],
"popularity": 84,
"rgb": [
240,
234,
214
],
"hsl": [
46,
46,
89
],
"cmyk": [
0,
3,
11,
6
],
"luminance": 0.8223,
"contrast": {
"black": 17.45,
"white": 1.2
},
"harmonies": {
"complementary": "#D6DCF0",
"analogous": [
"#F0DDD6",
"#E9F0D6"
],
"triadic": [
"#D6F0EA",
"#EAD6F0"
],
"tetradic": [
"#D6F0DD",
"#D6DCF0",
"#F0D6E9"
],
"splitComplementary": [
"#D6E9F0",
"#DDD6F0"
],
"monochromatic": [
"#FFFFFF",
"#F0EAD6",
"#D7C793"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#D7C793",
"saturated": "#F6EDD0",
"desaturated": "#EAE7DC",
"pastel": "#FFFFFF",
"neon": "#FFFBF0"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-eggshell: #F0EAD6;",
"utility": ".bg-eggshell { background-color: #F0EAD6; }",
"textUtility": ".text-eggshell { color: #F0EAD6; }"
},
"nearestColors": [
"parchment",
"canvas",
"antique-white",
"alabaster",
"champagne"
],
"generatedPalettes": [
"eggshell"
],
"generatedComparisons": [
"eggshell-vs-canvas",
"eggshell-vs-parchment"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/eggshell",
"/wcag/eggshell",
"/css/colors/eggshell",
"/hex/f0ead6"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/eggshell"
],
"related": [
"/colors/parchment",
"/colors/canvas",
"/colors/antique-white",
"/colors/alabaster",
"/colors/champagne",
"/compare/eggshell-vs-canvas",
"/compare/eggshell-vs-parchment",
"/harmonies/eggshell",
"/wcag/eggshell",
"/css/colors/eggshell",
"/hex/f0ead6"
]
},
"pairings": {
"best": [
"#000000",
"#D6DCF0",
"#F0DDD6",
"#E9F0D6"
],
"avoid": [
"#EAE7DC",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#EAE7DC"
]
}
}
Color meaning and use
About Eggshell Color
Eggshell sits in the yellow family with warm temperature and light visual character. Eggshell is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include restraint, clarity, and balance, which makes it relevant for interfaces and architecture. In design work, Eggshell is most useful for backgrounds, typography, and product surfaces, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Eggshell against black and white text.