CSS Utilities
--color-platinum: #E5E4E2;
.bg-platinum { background-color: #E5E4E2; }
.text-platinum { color: #E5E4E2; }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": "#E5E4E2",
"rgb": [
229,
228,
226
],
"hsl": [
40,
5,
89
],
"cmyk": [
0,
0,
1,
10
],
"luminance": 0.7764,
"contrast": {
"black": 16.53,
"white": 1.27
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#E2E2E4",
"analogous": [
"#E4E2E2",
"#E4E4E2"
],
"triadic": [
"#E2E4E3",
"#E3E2E4"
],
"tetradic": [
"#E2E4E2",
"#E2E2E4",
"#E4E2E4"
],
"splitComplementary": [
"#E2E4E4",
"#E2E2E4"
],
"monochromatic": [
"#FFFFFF",
"#E5E4E2",
"#B9B6B1"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#B9B6B1",
"saturated": "#EBE5DB",
"desaturated": "#E3E3E3",
"pastel": "#FFFFFF",
"neon": "#FFFAF0"
}Pairings
{
"best": [
"#000000",
"#E2E2E4",
"#E4E2E2",
"#E4E4E2"
],
"avoid": [
"#E3E3E3",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#E3E3E3"
]
}Knowledge graph
{
"nearestColors": [
"alabaster",
"mercury",
"gainsboro",
"moonstone",
"fog"
],
"generatedPalettes": [
"platinum"
],
"generatedComparisons": [
"alabaster-vs-platinum",
"moonstone-vs-platinum",
"platinum-vs-mercury"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/platinum",
"/wcag/platinum",
"/css/colors/platinum",
"/hex/e5e4e2"
],
"semanticRelations": {
"broader": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/platinum"
],
"related": [
"/colors/alabaster",
"/colors/mercury",
"/colors/gainsboro",
"/colors/moonstone",
"/colors/fog",
"/compare/alabaster-vs-platinum",
"/compare/moonstone-vs-platinum",
"/compare/platinum-vs-mercury",
"/harmonies/platinum",
"/wcag/platinum",
"/css/colors/platinum",
"/hex/e5e4e2"
]
}
}Full JSON dataset
{
"slug": "platinum",
"name": "Platinum",
"hex": "#E5E4E2",
"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": "gray",
"temperature": "neutral",
"tone": [
"light"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"gray",
"neutral",
"light",
"backgrounds",
"typography",
"product-surfaces",
"restraint",
"clarity",
"balance"
],
"popularity": 84,
"rgb": [
229,
228,
226
],
"hsl": [
40,
5,
89
],
"cmyk": [
0,
0,
1,
10
],
"luminance": 0.7764,
"contrast": {
"black": 16.53,
"white": 1.27
},
"harmonies": {
"complementary": "#E2E2E4",
"analogous": [
"#E4E2E2",
"#E4E4E2"
],
"triadic": [
"#E2E4E3",
"#E3E2E4"
],
"tetradic": [
"#E2E4E2",
"#E2E2E4",
"#E4E2E4"
],
"splitComplementary": [
"#E2E4E4",
"#E2E2E4"
],
"monochromatic": [
"#FFFFFF",
"#E5E4E2",
"#B9B6B1"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#B9B6B1",
"saturated": "#EBE5DB",
"desaturated": "#E3E3E3",
"pastel": "#FFFFFF",
"neon": "#FFFAF0"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-platinum: #E5E4E2;",
"utility": ".bg-platinum { background-color: #E5E4E2; }",
"textUtility": ".text-platinum { color: #E5E4E2; }"
},
"nearestColors": [
"alabaster",
"mercury",
"gainsboro",
"moonstone",
"fog"
],
"generatedPalettes": [
"platinum"
],
"generatedComparisons": [
"alabaster-vs-platinum",
"moonstone-vs-platinum",
"platinum-vs-mercury"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/platinum",
"/wcag/platinum",
"/css/colors/platinum",
"/hex/e5e4e2"
],
"semanticRelations": {
"broader": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/platinum"
],
"related": [
"/colors/alabaster",
"/colors/mercury",
"/colors/gainsboro",
"/colors/moonstone",
"/colors/fog",
"/compare/alabaster-vs-platinum",
"/compare/moonstone-vs-platinum",
"/compare/platinum-vs-mercury",
"/harmonies/platinum",
"/wcag/platinum",
"/css/colors/platinum",
"/hex/e5e4e2"
]
},
"pairings": {
"best": [
"#000000",
"#E2E2E4",
"#E4E2E2",
"#E4E4E2"
],
"avoid": [
"#E3E3E3",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#E3E3E3"
]
}
}
Color meaning and use
About Platinum Color
Platinum sits in the gray family with neutral temperature and light visual character. Platinum 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, Platinum is most useful for backgrounds, typography, and product surfaces, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Platinum against black and white text.