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