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