CSS named color
NavajoWhite
#FFDEAD
HEX
#ffdeadRGB
rgb(255, 222, 173)HSL
hsl(36, 100%, 84%)OKLCH
oklch(91.64% 0.0730 77.44)NAME
navajowhitePalette
Complementary
180° on the color wheelComplement
#ADCEFF
Analogous
±30° around the base hueLeft
#FFB6AD
Right
#F7FFAD
Triadic
±120° for harmonic contrastTriad 1
#ADFFDE
Triad 2
#DEADFF
Shades
Lighter and darker variantsCSS usage
By name
color: navajowhite;
background-color: navajowhite;By HEX
color: #ffdead;
background-color: #ffdead;By RGB
color: rgb(255, 222, 173);
background-color: rgb(255, 222, 173);By HSL
color: hsl(36, 100%, 84%);
background-color: hsl(36, 100%, 84%);WCAG contrast vs white
Aa
1.29:1
Below minimum
WCAG contrast vs black
Aa
16.30:1
AAA
Related colors
FAQ — NavajoWhite
What is the HEX code for NavajoWhite?
The HEX code for NavajoWhite is #FFDEAD. It's one of the 148 named CSS colors and can be used directly in CSS as color: navajowhite; or color: #ffdead;
What is NavajoWhite in RGB?
NavajoWhite in RGB is rgb(255, 222, 173) — red 255, green 222, blue 173.
What is NavajoWhite in HSL?
NavajoWhite in HSL is hsl(36, 100%, 84%) — hue 36°, saturation 100%, lightness 84%.
What is the complementary color of NavajoWhite?
The complementary color (directly opposite NavajoWhite on the color wheel) is #ADCEFF. The two together produce maximum contrast.
Is white text readable on NavajoWhite?
The WCAG contrast ratio against white (#FFFFFF) is 1.29:1, and against black (#000000) it's 16.30:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.