Beige (Yellow)
#F5FDE1
RGB: 245, 253, 225
Color OverviewHEX #F5FDE1

#F5FDE1 Color Code Information

In the RGB color space, #F5FDE1 is composed of 96% red, 99% green, and 88% blue. In the HSL color space, it has a hue of 77°, saturation of 88%, and lightness of 94%.

HEX
#F5FDE1
RGB
245, 253, 225
HSL
77°, 88%, 94%
HSV
77°, 11%, 99%
CMYK
3%, 0%, 11%, 1%
Name Match
Beige
Closest Standard

Shades of #F5FDE1 (Darker Variations)

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

Tints of #F5FDE1 (Lighter Variations)

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

Tones of #F5FDE1 (Muted Variations)

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

Color Harmonies for #F5FDE1

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

Developer Code Snippets & Tailwind CSS

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

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