Misty Rose (Pink)
#FBDFEE
RGB: 251, 223, 238
Color OverviewHEX #FBDFEE
#FBDFEE Color Code Information
In the RGB color space, #FBDFEE is composed of 98% red, 87% green, and 93% blue. In the HSL color space, it has a hue of 328°, saturation of 78%, and lightness of 93%.
HEX
#FBDFEE
RGB
251, 223, 238
HSL
328°, 78%, 93%
HSV
328°, 11%, 98%
CMYK
0%, 11%, 5%, 2%
Name Match
Misty Rose
Closest StandardShades of #FBDFEE (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FBDFEE (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FBDFEE (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FBDFEE
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #FBDFEE Background
Contrast Ratio against Pure White (#FFFFFF):1.24 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FBDFEE Background
Contrast Ratio against Pure Black (#000000):16.89 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FBDFEE;
}
.element {
color: #FBDFEE;
background-color: #FBDFEE;
border-color: #FBDFEE;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FBDFEE] text-[#FBDFEE] border-[#FBDFEE]"> Content styled with #FBDFEE </div>