Navajo White Hex Code — #FFDEAD
RGB, HSL, and CMYK values for Navajo White.
Navajo White Color Values
| Format | Value |
|---|---|
| HEX | #FFDEAD |
| RGB | rgb(255, 222, 173) |
| HSL | hsl(36, 100%, 84%) |
| CMYK | cmyk(0%, 13%, 32%, 0%) |
Want to explore more shades? Use our Color Converter
About Navajo White
Color psychology: Warmth, gentleness.
Navajo White (#FFDEAD) is a light shade of brown. It's commonly used in web design, graphic design, and branding where warmth, gentleness are desired associations.
How to Use Navajo White in CSS
/* Using HEX */ color: #FFDEAD; background-color: #FFDEAD; /* Using RGB */ color: rgb(255, 222, 173); /* Using HSL */ color: hsl(36, 100%, 84%);