Toolman

lightslategray — #778899

#778899

rgb(119, 136, 153) · hsl(210, 14%, 53%) · CSS keyword lightslategray

Can you put text on it?

ContrastBody textLarge text
lightslategray on white3.64:1AA
lightslategray on black5.77:1AAAA

As a background, lightslategray takes black text: 5.77:1 against 3.64: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: lightslategray;
color: #778899;
color: rgb(119 136 153);

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.

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

Colours close to lightslategray

Frequently asked questions

What is the hex code for lightslategray?

The hex code for lightslategray is #778899 — RGB 119, 136, 153.

Can I use lightslategray for text?

Only for large text. lightslategray reaches 3.64:1 against white — enough for the 3:1 of headings at 24px or 18.5px bold, short of the 4.5:1 body text needs.

Should text on lightslategray be black or white?

Black — 5.77:1 against 3.64:1 the other way.

Other named colours

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