Lavender (Purple)
#DCEFEF
RGB: 220, 239, 239
Color OverviewHEX #DCEFEF

#DCEFEF Color Code Information

In the RGB color space, #DCEFEF is composed of 86% red, 94% green, and 94% blue. In the HSL color space, it has a hue of 180°, saturation of 37%, and lightness of 90%.

HEX
#DCEFEF
RGB
220, 239, 239
HSL
180°, 37%, 90%
HSV
180°, 8%, 94%
CMYK
8%, 0%, 0%, 6%
Name Match
Lavender
Closest Standard

Shades of #DCEFEF (Darker Variations)

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

Tints of #DCEFEF (Lighter Variations)

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

Tones of #DCEFEF (Muted Variations)

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

Color Harmonies for #DCEFEF

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 #DCEFEF Background
Contrast Ratio against Pure White (#FFFFFF):1.19 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DCEFEF Background
Contrast Ratio against Pure Black (#000000):17.64 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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