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