CSS named colorYellow · mid · vivid
browser standard
#FFA500
Orange
Best set with black text. The pairing reaches 10.63:1 contrast and passes AAA for normal text.
Color values
copy exact valuesHEX
#FFA500sRGB hexadecimalRGB
rgb(255, 165, 0)screen channelsHSL
hsl(39, 100%, 50%)hue, saturation, lightnessCMYK
cmyk(0%, 35%, 100%, 0%)approximate process colorTailwind
amber-500nearest palette utility, not an exact tokenForeground contrast
WCAG ratiosWhite textfails AA1.97:1
Black textAAA10.63:1
Recommendation
Use black 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
#533814
#A56C15
#FFA500
#FFC16A
#FFDDB2
#FAFAFA
Analogous
#FF2600
#FFA500
#D9FF00
Triadic
#FFA500
#00FFA5
#A500FF
Complement
#FFA500
#005AFF
Nearest named neighbors
Lab distance · lower is closerCSS output
:root {
--color-orange: #FFA500;
}
.swatch {
background: var(--color-orange);
color: #000000;
}Hue73°
Lightness75 L*
Chroma82.5
Luminance0.482