CSS named colorOrange · dark · vivid
browser standard
#8B0000
Dark Red
Best set with white text. The pairing reaches 10.01:1 contrast and passes AAA for normal text.
Color values
copy exact valuesHEX
#8B0000sRGB hexadecimalRGB
rgb(139, 0, 0)screen channelsHSL
hsl(0, 100%, 27%)hue, saturation, lightnessCMYK
cmyk(0%, 100%, 100%, 45%)approximate process colorTailwind
red-800nearest palette utility, not an exact tokenForeground contrast
WCAG ratiosWhite textAAA10.01:1
Black textfails AA2.10:1
Recommendation
Use white text for the stronger built-in pairing. AA requires 4.5:1 for normal text; AAA requires 7:1.
Palette relationships
generated in color spaceTonal ramp
#050505
#351105
#5E1004
#8B0000
#BB614D
#E0ADA0
#FAFAFA
Analogous
#8B0045
#8B0000
#8B4600
Triadic
#8B0000
#008B00
#00008B
Complement
#8B0000
#008B8B
Nearest named neighbors
Lab distance · lower is closerCSS output
:root {
--color-dark-red: #8B0000;
}
.swatch {
background: var(--color-dark-red);
color: #FFFFFF;
}Hue39°
Lightness28 L*
Chroma65.6
Luminance0.055