CSS Utilities
--color-marble-white: #F2F0E6;
.bg-marble-white { background-color: #F2F0E6; }
.text-marble-white { color: #F2F0E6; }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": "#F2F0E6",
"rgb": [
242,
240,
230
],
"hsl": [
50,
32,
93
],
"cmyk": [
0,
1,
5,
5
],
"luminance": 0.8691,
"contrast": {
"black": 18.38,
"white": 1.14
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#E7E9F3",
"analogous": [
"#F3EBE7",
"#EFF3E7"
],
"triadic": [
"#E7F3F1",
"#F1E7F3"
],
"tetradic": [
"#E7F3EB",
"#E7E9F3",
"#F3E7EF"
],
"splitComplementary": [
"#E7EFF3",
"#EBE7F3"
],
"monochromatic": [
"#FFFFFF",
"#F2F0E6",
"#D4CDAB"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#D4CDAB",
"saturated": "#F7F4E4",
"desaturated": "#EFEEEB",
"pastel": "#FFFFFF",
"neon": "#FFFFFF"
}Pairings
{
"best": [
"#000000",
"#E7E9F3",
"#F3EBE7",
"#EFF3E7"
],
"avoid": [
"#EFEEEB",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#EFEEEB"
]
}Knowledge graph
{
"nearestColors": [
"warm-white",
"linen",
"linen-white",
"alabaster",
"mercury"
],
"generatedPalettes": [
"marble-white"
],
"generatedComparisons": [
"alabaster-vs-marble-white",
"marble-white-vs-linen",
"marble-white-vs-warm-white",
"mercury-vs-marble-white"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/marble-white",
"/wcag/marble-white",
"/css/colors/marble-white",
"/hex/f2f0e6"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/marble-white"
],
"related": [
"/colors/warm-white",
"/colors/linen",
"/colors/linen-white",
"/colors/alabaster",
"/colors/mercury",
"/compare/alabaster-vs-marble-white",
"/compare/marble-white-vs-linen",
"/compare/marble-white-vs-warm-white",
"/compare/mercury-vs-marble-white",
"/harmonies/marble-white",
"/wcag/marble-white",
"/css/colors/marble-white",
"/hex/f2f0e6"
]
}
}Full JSON dataset
{
"slug": "marble-white",
"name": "Marble White",
"hex": "#F2F0E6",
"uses": [
"earth-tone palettes",
"interior design",
"material-inspired branding"
],
"psychology": {
"associations": [
"groundedness",
"warmth",
"natural texture"
],
"contexts": [
"architecture",
"home decor",
"outdoor products",
"editorial layouts"
],
"avoidIn": [
"high-saturation futuristic interfaces"
]
},
"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, material, cultural, and editorial color systems."
},
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"yellow",
"warm",
"light",
"earth-tone-palettes",
"interior-design",
"material-inspired-branding",
"groundedness",
"warmth",
"natural-texture"
],
"popularity": 84,
"rgb": [
242,
240,
230
],
"hsl": [
50,
32,
93
],
"cmyk": [
0,
1,
5,
5
],
"luminance": 0.8691,
"contrast": {
"black": 18.38,
"white": 1.14
},
"harmonies": {
"complementary": "#E7E9F3",
"analogous": [
"#F3EBE7",
"#EFF3E7"
],
"triadic": [
"#E7F3F1",
"#F1E7F3"
],
"tetradic": [
"#E7F3EB",
"#E7E9F3",
"#F3E7EF"
],
"splitComplementary": [
"#E7EFF3",
"#EBE7F3"
],
"monochromatic": [
"#FFFFFF",
"#F2F0E6",
"#D4CDAB"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#D4CDAB",
"saturated": "#F7F4E4",
"desaturated": "#EFEEEB",
"pastel": "#FFFFFF",
"neon": "#FFFFFF"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-marble-white: #F2F0E6;",
"utility": ".bg-marble-white { background-color: #F2F0E6; }",
"textUtility": ".text-marble-white { color: #F2F0E6; }"
},
"nearestColors": [
"warm-white",
"linen",
"linen-white",
"alabaster",
"mercury"
],
"generatedPalettes": [
"marble-white"
],
"generatedComparisons": [
"alabaster-vs-marble-white",
"marble-white-vs-linen",
"marble-white-vs-warm-white",
"mercury-vs-marble-white"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/marble-white",
"/wcag/marble-white",
"/css/colors/marble-white",
"/hex/f2f0e6"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/marble-white"
],
"related": [
"/colors/warm-white",
"/colors/linen",
"/colors/linen-white",
"/colors/alabaster",
"/colors/mercury",
"/compare/alabaster-vs-marble-white",
"/compare/marble-white-vs-linen",
"/compare/marble-white-vs-warm-white",
"/compare/mercury-vs-marble-white",
"/harmonies/marble-white",
"/wcag/marble-white",
"/css/colors/marble-white",
"/hex/f2f0e6"
]
},
"pairings": {
"best": [
"#000000",
"#E7E9F3",
"#F3EBE7",
"#EFF3E7"
],
"avoid": [
"#EFEEEB",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#EFEEEB"
]
}
}
Color meaning and use
About Marble White Color
Marble White sits in the yellow family with warm temperature and light visual character. Marble White is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include groundedness, warmth, and natural texture, which makes it relevant for architecture and home decor. In design work, Marble White is most useful for earth-tone palettes, interior design, and material-inspired branding, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Marble White against black and white text.