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