Use this color
Create with Dim Grey
Open a professional color tool with #696969 already applied. Each configuration stays canonical to the tool and can be adjusted or shared.
CSS Utilities
--color-dim-grey: #696969;
.bg-dim-grey { background-color: #696969; }
.text-dim-grey { color: #696969; }Color meaning and use
About Dim Grey Color
Dim Grey uses HEX #696969, RGB 105, 105, 105, and HSL 0°, 0%, 41%. The dataset classifies it in the gray family with neutral temperature and muted visual character.
No separate named-color neighbor is recorded for this entry. Its relative luminance is 0.1413; black contrast is 3.83:1 and white contrast is 5.49:1, making white the stronger of those two standard foreground choices.
WCAG Accessibility
Contrast checks for Dim Grey against black and white text.
Downloadable color reference infographic
Dim Grey Color Reference Infographic
Save a high-resolution infographic of Dim Grey, 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": "#696969",
"rgb": [
105,
105,
105
],
"hsl": [
0,
0,
41
],
"cmyk": [
0,
0,
0,
59
],
"luminance": 0.1413,
"contrast": {
"black": 3.83,
"white": 5.49
}
}WCAG
{
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
}Harmonies
{
"complementary": "#696969",
"analogous": [
"#696969",
"#696969"
],
"triadic": [
"#696969",
"#696969"
],
"tetradic": [
"#696969",
"#696969",
"#696969"
],
"splitComplementary": [
"#696969",
"#696969"
],
"monochromatic": [
"#969696",
"#696969",
"#3B3B3B"
]
}Variants
{
"light": "#969696",
"dark": "#3B3B3B",
"saturated": "#805252",
"desaturated": "#696969",
"pastel": "#A8A8A8",
"neon": "#FA0000"
}Pairings
{
"best": [
"#FFFFFF",
"#696969",
"#696969",
"#696969"
],
"avoid": [
"#696969",
"#969696"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#969696",
"#696969"
]
}Knowledge graph
{
"nearestColors": [
"dim-gray",
"granite",
"machinery-gray",
"nickel",
"shale"
],
"generatedPalettes": [
"dim-grey"
],
"generatedComparisons": [
"dim-gray-vs-dim-grey",
"dim-grey-vs-granite"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"relatedTools": [
"/harmonies/dim-grey",
"/wcag/dim-grey",
"/css/colors/dim-grey",
"/hex/696969",
"/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/muted"
],
"narrower": [
"/palettes/dim-grey"
],
"related": [
"/colors/dim-gray",
"/colors/granite",
"/colors/machinery-gray",
"/colors/nickel",
"/colors/shale",
"/compare/dim-gray-vs-dim-grey",
"/compare/dim-grey-vs-granite",
"/harmonies/dim-grey",
"/wcag/dim-grey",
"/css/colors/dim-grey",
"/hex/696969",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
}
}Full JSON dataset
{
"slug": "dim-grey",
"name": "Dim Grey",
"cssName": "dimgrey",
"hex": "#696969",
"family": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"uses": [
"web design",
"CSS color systems",
"UI prototyping"
],
"psychology": {
"associations": [
"context dependent"
],
"contexts": [
"web interfaces",
"design systems",
"technical color references"
],
"avoidIn": [
"claims that require brand or cultural specificity"
]
},
"aliases": [
"dimgrey"
],
"sourceType": "standard",
"confidence": "high",
"sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
"origin": {
"type": "css",
"notes": "Standard CSS named color."
},
"reviewStatus": "auto",
"editorialNotes": "Generated from CSS named color data and computed color-system properties.",
"tags": [
"gray",
"neutral",
"muted",
"web-design",
"css-color-systems",
"ui-prototyping",
"context-dependent"
],
"popularity": 67,
"rgb": [
105,
105,
105
],
"hsl": [
0,
0,
41
],
"cmyk": [
0,
0,
0,
59
],
"luminance": 0.1413,
"contrast": {
"black": 3.83,
"white": 5.49
},
"harmonies": {
"complementary": "#696969",
"analogous": [
"#696969",
"#696969"
],
"triadic": [
"#696969",
"#696969"
],
"tetradic": [
"#696969",
"#696969",
"#696969"
],
"splitComplementary": [
"#696969",
"#696969"
],
"monochromatic": [
"#969696",
"#696969",
"#3B3B3B"
]
},
"variants": {
"light": "#969696",
"dark": "#3B3B3B",
"saturated": "#805252",
"desaturated": "#696969",
"pastel": "#A8A8A8",
"neon": "#FA0000"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"css": {
"variable": "--color-dim-grey: #696969;",
"utility": ".bg-dim-grey { background-color: #696969; }",
"textUtility": ".text-dim-grey { color: #696969; }"
},
"nearestColors": [
"dim-gray",
"granite",
"machinery-gray",
"nickel",
"shale"
],
"generatedPalettes": [
"dim-grey"
],
"generatedComparisons": [
"dim-gray-vs-dim-grey",
"dim-grey-vs-granite"
],
"relatedFamilies": [
"/colors/by-family/gray",
"/colors/by-temperature/neutral",
"/colors/by-tone/muted"
],
"relatedTools": [
"/harmonies/dim-grey",
"/wcag/dim-grey",
"/css/colors/dim-grey",
"/hex/696969",
"/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/muted"
],
"narrower": [
"/palettes/dim-grey"
],
"related": [
"/colors/dim-gray",
"/colors/granite",
"/colors/machinery-gray",
"/colors/nickel",
"/colors/shale",
"/compare/dim-gray-vs-dim-grey",
"/compare/dim-grey-vs-granite",
"/harmonies/dim-grey",
"/wcag/dim-grey",
"/css/colors/dim-grey",
"/hex/696969",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
},
"pairings": {
"best": [
"#FFFFFF",
"#696969",
"#696969",
"#696969"
],
"avoid": [
"#696969",
"#969696"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#969696",
"#696969"
]
}
}