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