Navajo White (Yellow)
#FBDBA4
RGB: 251, 219, 164
Color OverviewHEX #FBDBA4

#FBDBA4 Color Code Information

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

HEX
#FBDBA4
RGB
251, 219, 164
HSL
38°, 92%, 81%
HSV
38°, 35%, 98%
CMYK
0%, 13%, 35%, 2%
Name Match
Navajo White
Closest Standard

Shades of #FBDBA4 (Darker Variations)

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

Tints of #FBDBA4 (Lighter Variations)

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

Tones of #FBDBA4 (Muted Variations)

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

Color Harmonies for #FBDBA4

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 #FBDBA4 Background
Contrast Ratio against Pure White (#FFFFFF):1.33 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FBDBA4 Background
Contrast Ratio against Pure Black (#000000):15.77 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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