Navajo White (Yellow)
#FDDF9D
RGB: 253, 223, 157
Color OverviewHEX #FDDF9D
#FDDF9D Color Code Information
In the RGB color space, #FDDF9D is composed of 99% red, 87% green, and 62% blue. In the HSL color space, it has a hue of 41°, saturation of 96%, and lightness of 80%.
HEX
#FDDF9D
RGB
253, 223, 157
HSL
41°, 96%, 80%
HSV
41°, 38%, 99%
CMYK
0%, 12%, 38%, 1%
Name Match
Navajo White
Closest StandardShades of #FDDF9D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FDDF9D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FDDF9D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FDDF9D
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #FDDF9D Background
Contrast Ratio against Pure White (#FFFFFF):1.29 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FDDF9D Background
Contrast Ratio against Pure Black (#000000):16.22 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FDDF9D;
}
.element {
color: #FDDF9D;
background-color: #FDDF9D;
border-color: #FDDF9D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FDDF9D] text-[#FDDF9D] border-[#FDDF9D]"> Content styled with #FDDF9D </div>