Misty Rose (Pink)
#F4D7EF
RGB: 244, 215, 239
Color OverviewHEX #F4D7EF

#F4D7EF Color Code Information

In the RGB color space, #F4D7EF is composed of 96% red, 84% green, and 94% blue. In the HSL color space, it has a hue of 310°, saturation of 57%, and lightness of 90%.

HEX
#F4D7EF
RGB
244, 215, 239
HSL
310°, 57%, 90%
HSV
310°, 12%, 96%
CMYK
0%, 12%, 2%, 4%
Name Match
Misty Rose
Closest Standard

Shades of #F4D7EF (Darker Variations)

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

Tints of #F4D7EF (Lighter Variations)

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

Tones of #F4D7EF (Muted Variations)

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

Color Harmonies for #F4D7EF

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

Developer Code Snippets & Tailwind CSS

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

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