Khaki (Yellow)
#F4F47B
RGB: 244, 244, 123
Color OverviewHEX #F4F47B

#F4F47B Color Code Information

In the RGB color space, #F4F47B is composed of 96% red, 96% green, and 48% blue. In the HSL color space, it has a hue of 60°, saturation of 85%, and lightness of 72%.

HEX
#F4F47B
RGB
244, 244, 123
HSL
60°, 85%, 72%
HSV
60°, 50%, 96%
CMYK
0%, 0%, 50%, 4%
Name Match
Khaki
Closest Standard

Shades of #F4F47B (Darker Variations)

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

Tints of #F4F47B (Lighter Variations)

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

Tones of #F4F47B (Muted Variations)

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

Color Harmonies for #F4F47B

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

Developer Code Snippets & Tailwind CSS

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

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