Navajo White (Yellow)
#FBD9A2
RGB: 251, 217, 162
Color OverviewHEX #FBD9A2

#FBD9A2 Color Code Information

In the RGB color space, #FBD9A2 is composed of 98% red, 85% green, and 64% blue. In the HSL color space, it has a hue of 37°, saturation of 92%, and lightness of 81%.

HEX
#FBD9A2
RGB
251, 217, 162
HSL
37°, 92%, 81%
HSV
37°, 35%, 98%
CMYK
0%, 14%, 35%, 2%
Name Match
Navajo White
Closest Standard

Shades of #FBD9A2 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #FBD9A2 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #FBD9A2 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #FBD9A2

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #FBD9A2 Background
Contrast Ratio against Pure White (#FFFFFF):1.35 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FBD9A2 Background
Contrast Ratio against Pure Black (#000000):15.55 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #FBD9A2;
}

.element {
  color: #FBD9A2;
  background-color: #FBD9A2;
  border-color: #FBD9A2;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#FBD9A2] text-[#FBD9A2] border-[#FBD9A2]">
  Content styled with #FBD9A2
</div>