Khaki (Yellow)
#FDDB92
RGB: 253, 219, 146
Color OverviewHEX #FDDB92

#FDDB92 Color Code Information

In the RGB color space, #FDDB92 is composed of 99% red, 86% green, and 57% blue. In the HSL color space, it has a hue of 41°, saturation of 96%, and lightness of 78%.

HEX
#FDDB92
RGB
253, 219, 146
HSL
41°, 96%, 78%
HSV
41°, 42%, 99%
CMYK
0%, 13%, 42%, 1%
Name Match
Khaki
Closest Standard

Shades of #FDDB92 (Darker Variations)

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

Tints of #FDDB92 (Lighter Variations)

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

Tones of #FDDB92 (Muted Variations)

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

Color Harmonies for #FDDB92

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

Developer Code Snippets & Tailwind CSS

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

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