Named color

Dim Grey

Dim Grey color #696969: RGB 105, 105, 105 and HSL 0°, 0%, 41%. Explore its neutral gray profile, contrast, CSS, palettes and harmonies.

HEX #696969
RGB rgb(105, 105, 105)
HSL hsl(0 0% 41%)
CMYK cmyk(0, 0, 0, 59)
Luminance 0.1413
Contrast Black 3.83:1White 5.49:1

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.

All color tools

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.

Black text3.83:1AA Fail
White text5.49:1AA Pass
AA text options#FFFFFF, #F5F5F5
AAA text optionsNone in seed set

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.

1200 × 800
Dim Grey color reference infographic showing #696969, RGB and HSL values, a coordinated palette, and black and white text contrast.
Dim Grey color reference infographic generated from the verified Colors Encyclopedia dataset.

Color Harmonies

Variants

Pairings

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.1413
Black text3.83:1AA Fail
White text5.49:1AA Pass
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured 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"
    ]
  }
}