Toolman

dimgray — #696969

#696969

rgb(105, 105, 105) · hsl(0, 0%, 41%) · CSS keyword dimgray

Can you put text on it?

ContrastBody textLarge text
dimgray on white5.49:1AAAA
dimgray on black3.83:1AA

As a background, dimgray takes white text: 5.49:1 against 3.83:1 the other way. A colour picker will give you the hex and stop there, which is why so many palettes look right and fail an accessibility audit.

Using it

color: dimgray;
color: #696969;
color: rgb(105 105 105);

All three are the same colour. The keyword is one of the 141 CSS named colours — a list settled in CSS 2.1 and added to exactly once since, when rebeccapurple was standardised in 2014.

dimgrey is the same colour: CSS accepts both spellings and they are byte for byte identical, so color: dimgray and color: dimgrey render the same.

Colours close to dimgray

Frequently asked questions

What is the hex code for dimgray?

The hex code for dimgray is #696969 — RGB 105, 105, 105.

Can I use dimgray for text?

Yes. dimgray reaches 5.49:1 against white, past the 4.5:1 that WCAG AA asks for body text.

Should text on dimgray be black or white?

White — 5.49:1 against 3.83:1 the other way.

Other named colours

#696969 in full — tints, shades and harmonies · All named colours · Colour reference