Moccasin (Yellow)
#FEE9BD
RGB: 254, 233, 189
Color OverviewHEX #FEE9BD

#FEE9BD Color Code Information

In the RGB color space, #FEE9BD is composed of 100% red, 91% green, and 74% blue. In the HSL color space, it has a hue of 41°, saturation of 97%, and lightness of 87%.

HEX
#FEE9BD
RGB
254, 233, 189
HSL
41°, 97%, 87%
HSV
41°, 26%, 100%
CMYK
0%, 8%, 26%, 0%
Name Match
Moccasin
Closest Standard

Shades of #FEE9BD (Darker Variations)

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

Tints of #FEE9BD (Lighter Variations)

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

Tones of #FEE9BD (Muted Variations)

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

Color Harmonies for #FEE9BD

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

Developer Code Snippets & Tailwind CSS

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

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