Beige (Yellow)
#F3EFDB
RGB: 243, 239, 219
Color OverviewHEX #F3EFDB

#F3EFDB Color Code Information

In the RGB color space, #F3EFDB is composed of 95% red, 94% green, and 86% blue. In the HSL color space, it has a hue of 50°, saturation of 50%, and lightness of 91%.

HEX
#F3EFDB
RGB
243, 239, 219
HSL
50°, 50%, 91%
HSV
50°, 10%, 95%
CMYK
0%, 2%, 10%, 5%
Name Match
Beige
Closest Standard

Shades of #F3EFDB (Darker Variations)

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

Tints of #F3EFDB (Lighter Variations)

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

Tones of #F3EFDB (Muted Variations)

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

Color Harmonies for #F3EFDB

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

Developer Code Snippets & Tailwind CSS

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

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