CSS Utilities
--color-chrome: #D5D5D5;
.bg-chrome { background-color: #D5D5D5; }
.text-chrome { color: #D5D5D5; }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": "#D5D5D5",
"rgb": [
213,
213,
213
],
"hsl": [
0,
0,
84
],
"cmyk": [
0,
0,
0,
16
],
"luminance": 0.6654,
"contrast": {
"black": 14.31,
"white": 1.47
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
}Harmonies
{
"complementary": "#D6D6D6",
"analogous": [
"#D6D6D6",
"#D6D6D6"
],
"triadic": [
"#D6D6D6",
"#D6D6D6"
],
"tetradic": [
"#D6D6D6",
"#D6D6D6",
"#D6D6D6"
],
"splitComplementary": [
"#D6D6D6",
"#D6D6D6"
],
"monochromatic": [
"#FFFFFF",
"#D5D5D5",
"#A8A8A8"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#A8A8A8",
"saturated": "#DFCDCD",
"desaturated": "#D6D6D6",
"pastel": "#FFFFFF",
"neon": "#FFD6D6"
}Pairings
{
"best": [
"#000000",
"#D6D6D6",
"#D6D6D6",
"#D6D6D6"
],
"avoid": [
"#D6D6D6",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#D6D6D6"
]
}Knowledge graph
{
"nearestColors": [
"light-gray",
"light-grey",
"aluminum",
"gainsboro",
"fog"
],
"generatedPalettes": [
"chrome"
],
"generatedComparisons": [
"aluminum-vs-chrome",
"chrome-vs-light-gray",
"chrome-vs-light-grey"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"relatedTools": [
"/harmonies/chrome",
"/wcag/chrome",
"/css/colors/chrome",
"/hex/d5d5d5"
],
"semanticRelations": {
"broader": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"narrower": [
"/palettes/chrome"
],
"related": [
"/colors/light-gray",
"/colors/light-grey",
"/colors/aluminum",
"/colors/gainsboro",
"/colors/fog",
"/compare/aluminum-vs-chrome",
"/compare/chrome-vs-light-gray",
"/compare/chrome-vs-light-grey",
"/harmonies/chrome",
"/wcag/chrome",
"/css/colors/chrome",
"/hex/d5d5d5"
]
}
}Full JSON dataset
{
"slug": "chrome",
"name": "Chrome",
"hex": "#D5D5D5",
"uses": [
"metallic palettes",
"product finishes",
"premium packaging"
],
"psychology": {
"associations": [
"finish",
"durability",
"value"
],
"contexts": [
"hardware",
"automotive",
"jewelry",
"industrial design"
],
"avoidIn": [
"flat pastel systems"
]
},
"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": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"gray",
"neutral",
"muted",
"metallic-palettes",
"product-finishes",
"premium-packaging",
"finish",
"durability",
"value"
],
"popularity": 84,
"rgb": [
213,
213,
213
],
"hsl": [
0,
0,
84
],
"cmyk": [
0,
0,
0,
16
],
"luminance": 0.6654,
"contrast": {
"black": 14.31,
"white": 1.47
},
"harmonies": {
"complementary": "#D6D6D6",
"analogous": [
"#D6D6D6",
"#D6D6D6"
],
"triadic": [
"#D6D6D6",
"#D6D6D6"
],
"tetradic": [
"#D6D6D6",
"#D6D6D6",
"#D6D6D6"
],
"splitComplementary": [
"#D6D6D6",
"#D6D6D6"
],
"monochromatic": [
"#FFFFFF",
"#D5D5D5",
"#A8A8A8"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#A8A8A8",
"saturated": "#DFCDCD",
"desaturated": "#D6D6D6",
"pastel": "#FFFFFF",
"neon": "#FFD6D6"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"css": {
"variable": "--color-chrome: #D5D5D5;",
"utility": ".bg-chrome { background-color: #D5D5D5; }",
"textUtility": ".text-chrome { color: #D5D5D5; }"
},
"nearestColors": [
"light-gray",
"light-grey",
"aluminum",
"gainsboro",
"fog"
],
"generatedPalettes": [
"chrome"
],
"generatedComparisons": [
"aluminum-vs-chrome",
"chrome-vs-light-gray",
"chrome-vs-light-grey"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"relatedTools": [
"/harmonies/chrome",
"/wcag/chrome",
"/css/colors/chrome",
"/hex/d5d5d5"
],
"semanticRelations": {
"broader": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"narrower": [
"/palettes/chrome"
],
"related": [
"/colors/light-gray",
"/colors/light-grey",
"/colors/aluminum",
"/colors/gainsboro",
"/colors/fog",
"/compare/aluminum-vs-chrome",
"/compare/chrome-vs-light-gray",
"/compare/chrome-vs-light-grey",
"/harmonies/chrome",
"/wcag/chrome",
"/css/colors/chrome",
"/hex/d5d5d5"
]
},
"pairings": {
"best": [
"#000000",
"#D6D6D6",
"#D6D6D6",
"#D6D6D6"
],
"avoid": [
"#D6D6D6",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#D6D6D6"
]
}
}
Color meaning and use
About Chrome Color
Chrome sits in the gray family with neutral temperature and muted visual character. Chrome is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include finish, durability, and value, which makes it relevant for hardware and automotive. In design work, Chrome is most useful for metallic palettes, product finishes, and premium packaging, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Chrome against black and white text.