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