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