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