Lavender (Purple)
#D1E5FA
RGB: 209, 229, 250
Color OverviewHEX #D1E5FA

#D1E5FA Color Code Information

In the RGB color space, #D1E5FA is composed of 82% red, 90% green, and 98% blue. In the HSL color space, it has a hue of 211°, saturation of 80%, and lightness of 90%.

HEX
#D1E5FA
RGB
209, 229, 250
HSL
211°, 80%, 90%
HSV
211°, 16%, 98%
CMYK
16%, 8%, 0%, 2%
Name Match
Lavender
Closest Standard

Shades of #D1E5FA (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #D1E5FA (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #D1E5FA (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #D1E5FA

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #D1E5FA Background
Contrast Ratio against Pure White (#FFFFFF):1.29 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D1E5FA Background
Contrast Ratio against Pure Black (#000000):16.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #D1E5FA;
}

.element {
  color: #D1E5FA;
  background-color: #D1E5FA;
  border-color: #D1E5FA;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#D1E5FA] text-[#D1E5FA] border-[#D1E5FA]">
  Content styled with #D1E5FA
</div>