Misty Rose (Pink)
#FBD0EB
RGB: 251, 208, 235
Color OverviewHEX #FBD0EB

#FBD0EB Color Code Information

In the RGB color space, #FBD0EB is composed of 98% red, 82% green, and 92% blue. In the HSL color space, it has a hue of 322°, saturation of 84%, and lightness of 90%.

HEX
#FBD0EB
RGB
251, 208, 235
HSL
322°, 84%, 90%
HSV
322°, 17%, 98%
CMYK
0%, 17%, 6%, 2%
Name Match
Misty Rose
Closest Standard

Shades of #FBD0EB (Darker Variations)

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

Tints of #FBD0EB (Lighter Variations)

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

Tones of #FBD0EB (Muted Variations)

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

Color Harmonies for #FBD0EB

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

Developer Code Snippets & Tailwind CSS

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

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