Khaki (Yellow)
#FFD37A
RGB: 255, 211, 122
Color OverviewHEX #FFD37A

#FFD37A Color Code Information

In the RGB color space, #FFD37A is composed of 100% red, 83% green, and 48% blue. In the HSL color space, it has a hue of 40°, saturation of 100%, and lightness of 74%.

HEX
#FFD37A
RGB
255, 211, 122
HSL
40°, 100%, 74%
HSV
40°, 52%, 100%
CMYK
0%, 17%, 52%, 0%
Name Match
Khaki
Closest Standard

Shades of #FFD37A (Darker Variations)

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

Tints of #FFD37A (Lighter Variations)

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

Tones of #FFD37A (Muted Variations)

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

Color Harmonies for #FFD37A

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

Developer Code Snippets & Tailwind CSS

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

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