Tints and Shades
Create tints and shades from any hex. Build color shading scales in 5%, 10%, or 20% steps—export HEX, RGB, CSS, or JSON in your browser.
CSS keyword darkred resolves to this hex.
Ten steps toward black, then ten toward white. The outlined stop is #8B0000.
0E0000
1C0000
2A0000
380000
460000
530000
610000
6F0000
7D0000
Base
971A1A
A23333
AE4D4D
B96666
C58080
D19999
DCB3B3
E8CCCC
F3E6E6
Hue rotations of #8B0000. Open the scheme generator to edit a set.
Open scheme generatorRatios use #8B0000 against white (#FFFFFF) and near-black (#161616). AA means 4.5:1 for body text.
Open contrast checkerOn white
10.01:1
AAA
On near-black
1.81:1
Fails AA
White text on this color
10.01:1
AAA
Near-black text on this color
1.81:1
Fails AA
CSS darkred is #8B0000. The keyword has no hyphen. It is a deep red with green and blue at zero, so it is darker and cleaner than brick or a pinkish maroon. Queries such as a dark red, darkish red, and darkest red are loose. This page answers them with the CSS value and a ramp so you can see how far #8B0000 sits from black.
On white, #8B0000 is dark enough for headings and often for body text. Confirm AA in the contrast panel, especially if the font is thin. On the swatch itself, use light text. In UI, dark red signals error and destructive actions so often that a brand using it for decoration will fight that habit. If the red is decorative, pair it with neutral surfaces and avoid red error icons nearby. Coral is the light warm relative. Gold adds a highlight without sliding into pink. A darker step on the ramp approaches black and is useful for a pressed state, not for a second brand red.
CSS Color Module Level 4, named colors: According to the W3C CSS Color specification, darkred is a named color with a defined sRGB value. This page uses that value. w3.org/TR/css-color-4/#named-colors
MDN named-color: According to MDN, darkred is a CSS keyword. The keyword is one word, without a hyphen. developer.mozilla.org/en-US/docs/Web/CSS/named-color