Misty Rose (Pink)
#FFE0D9
RGB: 255, 224, 217
Color OverviewHEX #FFE0D9

#FFE0D9 Color Code Information

In the RGB color space, #FFE0D9 is composed of 100% red, 88% green, and 85% blue. In the HSL color space, it has a hue of 11°, saturation of 100%, and lightness of 93%.

HEX
#FFE0D9
RGB
255, 224, 217
HSL
11°, 100%, 93%
HSV
11°, 15%, 100%
CMYK
0%, 12%, 15%, 0%
Name Match
Misty Rose
Closest Standard

Shades of #FFE0D9 (Darker Variations)

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

Tints of #FFE0D9 (Lighter Variations)

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

Tones of #FFE0D9 (Muted Variations)

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

Color Harmonies for #FFE0D9

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

Developer Code Snippets & Tailwind CSS

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

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