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