Misty Rose (Pink)
#FBE1EF
RGB: 251, 225, 239
Color OverviewHEX #FBE1EF

#FBE1EF Color Code Information

In the RGB color space, #FBE1EF is composed of 98% red, 88% green, and 94% blue. In the HSL color space, it has a hue of 328°, saturation of 76%, and lightness of 93%.

HEX
#FBE1EF
RGB
251, 225, 239
HSL
328°, 76%, 93%
HSV
328°, 10%, 98%
CMYK
0%, 10%, 5%, 2%
Name Match
Misty Rose
Closest Standard

Shades of #FBE1EF (Darker Variations)

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

Tints of #FBE1EF (Lighter Variations)

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

Tones of #FBE1EF (Muted Variations)

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

Color Harmonies for #FBE1EF

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

Developer Code Snippets & Tailwind CSS

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

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