Wheat (Yellow)
#F1CCA2
RGB: 241, 204, 162
Color OverviewHEX #F1CCA2

#F1CCA2 Color Code Information

In the RGB color space, #F1CCA2 is composed of 95% red, 80% green, and 64% blue. In the HSL color space, it has a hue of 32°, saturation of 74%, and lightness of 79%.

HEX
#F1CCA2
RGB
241, 204, 162
HSL
32°, 74%, 79%
HSV
32°, 33%, 95%
CMYK
0%, 15%, 33%, 5%
Name Match
Wheat
Closest Standard

Shades of #F1CCA2 (Darker Variations)

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

Tints of #F1CCA2 (Lighter Variations)

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

Tones of #F1CCA2 (Muted Variations)

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

Color Harmonies for #F1CCA2

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

Developer Code Snippets & Tailwind CSS

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

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