Use this color
Create with Mercury
Open a professional color tool with #EBEBEB already applied. Each configuration stays canonical to the tool and can be adjusted or shared.
CSS Utilities
--color-mercury: #EBEBEB;
.bg-mercury { background-color: #EBEBEB; }
.text-mercury { color: #EBEBEB; }Color meaning and use
About Mercury Color
Mercury uses HEX #EBEBEB, RGB 235, 235, 235, and HSL 0°, 0%, 92%. The dataset classifies it in the gray family with neutral temperature and light visual character.
No separate named-color neighbor is recorded for this entry. Its relative luminance is 0.8308; black contrast is 17.62:1 and white contrast is 1.19:1, making black the stronger of those two standard foreground choices.
WCAG Accessibility
Contrast checks for Mercury against black and white text.
Downloadable color reference infographic
Mercury Color Reference Infographic
Save a high-resolution infographic of Mercury, including its color values, coordinated palette, and black and white text contrast.

Color Harmonies
Variants
Pairings
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": "#EBEBEB",
"rgb": [
235,
235,
235
],
"hsl": [
0,
0,
92
],
"cmyk": [
0,
0,
0,
8
],
"luminance": 0.8308,
"contrast": {
"black": 17.62,
"white": 1.19
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#EBEBEB",
"analogous": [
"#EBEBEB",
"#EBEBEB"
],
"triadic": [
"#EBEBEB",
"#EBEBEB"
],
"tetradic": [
"#EBEBEB",
"#EBEBEB",
"#EBEBEB"
],
"splitComplementary": [
"#EBEBEB",
"#EBEBEB"
],
"monochromatic": [
"#FFFFFF",
"#EBEBEB",
"#BDBDBD"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#BDBDBD",
"saturated": "#EFE6E6",
"desaturated": "#EBEBEB",
"pastel": "#FFFFFF",
"neon": "#FFFFFF"
}Pairings
{
"best": [
"#000000",
"#EBEBEB",
"#EBEBEB",
"#EBEBEB"
],
"avoid": [
"#EBEBEB",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#EBEBEB"
]
}Knowledge graph
{
"nearestColors": [
"marble-white",
"alabaster",
"platinum",
"porcelain",
"lavender"
],
"generatedPalettes": [
"mercury"
],
"generatedComparisons": [
"lavender-vs-mercury",
"mercury-vs-alabaster",
"mercury-vs-marble-white",
"platinum-vs-mercury"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/mercury",
"/wcag/mercury",
"/css/colors/mercury",
"/hex/ebebeb",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/mercury"
],
"related": [
"/colors/marble-white",
"/colors/alabaster",
"/colors/platinum",
"/colors/porcelain",
"/colors/lavender",
"/compare/lavender-vs-mercury",
"/compare/mercury-vs-alabaster",
"/compare/mercury-vs-marble-white",
"/compare/platinum-vs-mercury",
"/harmonies/mercury",
"/wcag/mercury",
"/css/colors/mercury",
"/hex/ebebeb",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
}
}Full JSON dataset
{
"slug": "mercury",
"name": "Mercury",
"hex": "#EBEBEB",
"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": [
"light"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"gray",
"neutral",
"light",
"metallic-palettes",
"product-finishes",
"premium-packaging",
"finish",
"durability",
"value"
],
"popularity": 84,
"rgb": [
235,
235,
235
],
"hsl": [
0,
0,
92
],
"cmyk": [
0,
0,
0,
8
],
"luminance": 0.8308,
"contrast": {
"black": 17.62,
"white": 1.19
},
"harmonies": {
"complementary": "#EBEBEB",
"analogous": [
"#EBEBEB",
"#EBEBEB"
],
"triadic": [
"#EBEBEB",
"#EBEBEB"
],
"tetradic": [
"#EBEBEB",
"#EBEBEB",
"#EBEBEB"
],
"splitComplementary": [
"#EBEBEB",
"#EBEBEB"
],
"monochromatic": [
"#FFFFFF",
"#EBEBEB",
"#BDBDBD"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#BDBDBD",
"saturated": "#EFE6E6",
"desaturated": "#EBEBEB",
"pastel": "#FFFFFF",
"neon": "#FFFFFF"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-mercury: #EBEBEB;",
"utility": ".bg-mercury { background-color: #EBEBEB; }",
"textUtility": ".text-mercury { color: #EBEBEB; }"
},
"nearestColors": [
"marble-white",
"alabaster",
"platinum",
"porcelain",
"lavender"
],
"generatedPalettes": [
"mercury"
],
"generatedComparisons": [
"lavender-vs-mercury",
"mercury-vs-alabaster",
"mercury-vs-marble-white",
"platinum-vs-mercury"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/mercury",
"/wcag/mercury",
"/css/colors/mercury",
"/hex/ebebeb",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/mercury"
],
"related": [
"/colors/marble-white",
"/colors/alabaster",
"/colors/platinum",
"/colors/porcelain",
"/colors/lavender",
"/compare/lavender-vs-mercury",
"/compare/mercury-vs-alabaster",
"/compare/mercury-vs-marble-white",
"/compare/platinum-vs-mercury",
"/harmonies/mercury",
"/wcag/mercury",
"/css/colors/mercury",
"/hex/ebebeb",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
},
"pairings": {
"best": [
"#000000",
"#EBEBEB",
"#EBEBEB",
"#EBEBEB"
],
"avoid": [
"#EBEBEB",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#EBEBEB"
]
}
}