Misty Rose (Pink)
#FEE7EB
RGB: 254, 231, 235
Color OverviewHEX #FEE7EB

#FEE7EB Color Code Information

In the RGB color space, #FEE7EB is composed of 100% red, 91% green, and 92% blue. In the HSL color space, it has a hue of 350°, saturation of 92%, and lightness of 95%.

HEX
#FEE7EB
RGB
254, 231, 235
HSL
350°, 92%, 95%
HSV
350°, 9%, 100%
CMYK
0%, 9%, 7%, 0%
Name Match
Misty Rose
Closest Standard

Shades of #FEE7EB (Darker Variations)

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

Tints of #FEE7EB (Lighter Variations)

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

Tones of #FEE7EB (Muted Variations)

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

Color Harmonies for #FEE7EB

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

Developer Code Snippets & Tailwind CSS

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

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