Wheat (Yellow)
#F4D6B4
RGB: 244, 214, 180
Color OverviewHEX #F4D6B4
#F4D6B4 Color Code Information
In the RGB color space, #F4D6B4 is composed of 96% red, 84% green, and 71% blue. In the HSL color space, it has a hue of 32°, saturation of 74%, and lightness of 83%.
HEX
#F4D6B4
RGB
244, 214, 180
HSL
32°, 74%, 83%
HSV
32°, 26%, 96%
CMYK
0%, 12%, 26%, 4%
Name Match
Wheat
Closest StandardShades of #F4D6B4 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #F4D6B4 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #F4D6B4 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #F4D6B4
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #F4D6B4 Background
Contrast Ratio against Pure White (#FFFFFF):1.39 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F4D6B4 Background
Contrast Ratio against Pure Black (#000000):15.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #F4D6B4;
}
.element {
color: #F4D6B4;
background-color: #F4D6B4;
border-color: #F4D6B4;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#F4D6B4] text-[#F4D6B4] border-[#F4D6B4]"> Content styled with #F4D6B4 </div>