Misty Rose (Pink)
#EFDCDF
RGB: 239, 220, 223
Color OverviewHEX #EFDCDF

#EFDCDF Color Code Information

In the RGB color space, #EFDCDF is composed of 94% red, 86% green, and 87% blue. In the HSL color space, it has a hue of 351°, saturation of 37%, and lightness of 90%.

HEX
#EFDCDF
RGB
239, 220, 223
HSL
351°, 37%, 90%
HSV
351°, 8%, 94%
CMYK
0%, 8%, 7%, 6%
Name Match
Misty Rose
Closest Standard

Shades of #EFDCDF (Darker Variations)

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

Tints of #EFDCDF (Lighter Variations)

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

Tones of #EFDCDF (Muted Variations)

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

Color Harmonies for #EFDCDF

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

Developer Code Snippets & Tailwind CSS

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

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