Beige (Yellow)
#F2F1DA
RGB: 242, 241, 218
Color OverviewHEX #F2F1DA

#F2F1DA Color Code Information

In the RGB color space, #F2F1DA is composed of 95% red, 95% green, and 85% blue. In the HSL color space, it has a hue of 58°, saturation of 48%, and lightness of 90%.

HEX
#F2F1DA
RGB
242, 241, 218
HSL
58°, 48%, 90%
HSV
58°, 10%, 95%
CMYK
0%, 0%, 10%, 5%
Name Match
Beige
Closest Standard

Shades of #F2F1DA (Darker Variations)

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

Tints of #F2F1DA (Lighter Variations)

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

Tones of #F2F1DA (Muted Variations)

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

Color Harmonies for #F2F1DA

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

Developer Code Snippets & Tailwind CSS

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

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