Misty Rose (Pink)
#FFE3D9
RGB: 255, 227, 217
Color OverviewHEX #FFE3D9

#FFE3D9 Color Code Information

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

HEX
#FFE3D9
RGB
255, 227, 217
HSL
16°, 100%, 93%
HSV
16°, 15%, 100%
CMYK
0%, 11%, 15%, 0%
Name Match
Misty Rose
Closest Standard

Shades of #FFE3D9 (Darker Variations)

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

Tints of #FFE3D9 (Lighter Variations)

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

Tones of #FFE3D9 (Muted Variations)

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

Color Harmonies for #FFE3D9

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

Developer Code Snippets & Tailwind CSS

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

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