Misty Rose (Pink)
#F9D5DD
RGB: 249, 213, 221
Color OverviewHEX #F9D5DD
#F9D5DD Color Code Information
In the RGB color space, #F9D5DD is composed of 98% red, 84% green, and 87% blue. In the HSL color space, it has a hue of 347°, saturation of 75%, and lightness of 91%.
HEX
#F9D5DD
RGB
249, 213, 221
HSL
347°, 75%, 91%
HSV
347°, 14%, 98%
CMYK
0%, 14%, 11%, 2%
Name Match
Misty Rose
Closest StandardShades of #F9D5DD (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #F9D5DD (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #F9D5DD (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #F9D5DD
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 #F9D5DD Background
Contrast Ratio against Pure White (#FFFFFF):1.35 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F9D5DD Background
Contrast Ratio against Pure Black (#000000):15.59 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #F9D5DD;
}
.element {
color: #F9D5DD;
background-color: #F9D5DD;
border-color: #F9D5DD;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#F9D5DD] text-[#F9D5DD] border-[#F9D5DD]"> Content styled with #F9D5DD </div>