CSS named colorPurple · dark · vivid
browser standard
#0000FF
Blue
Best set with white text. The pairing reaches 8.59:1 contrast and passes AAA for normal text.
Color values
copy exact valuesHEX
#0000FFsRGB hexadecimalRGB
rgb(0, 0, 255)screen channelsHSL
hsl(240, 100%, 50%)hue, saturation, lightnessCMYK
cmyk(100%, 100%, 0%, 0%)approximate process colorTailwind
violet-700nearest palette utility, not an exact tokenForeground contrast
WCAG ratiosWhite textAAA8.59:1
Black textfails AA2.44: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
#211251
#2711A4
#0000FF
#9064FF
#CCAEFF
#FAFAFA
Analogous
#007FFF
#0000FF
#7F00FF
Triadic
#0000FF
#FF0000
#00FF00
Complement
#0000FF
#FFFF00
Nearest named neighbors
Lab distance · lower is closerCSS output
:root {
--color-blue: #0000FF;
}
.swatch {
background: var(--color-blue);
color: #FFFFFF;
}Hue306°
Lightness32 L*
Chroma133.8
Luminance0.072