Mauve (Purple)
#DAB3EB
RGB: 218, 179, 235
Color OverviewHEX #DAB3EB

#DAB3EB Color Code Information

In the RGB color space, #DAB3EB is composed of 85% red, 70% green, and 92% blue. In the HSL color space, it has a hue of 282°, saturation of 58%, and lightness of 81%.

HEX
#DAB3EB
RGB
218, 179, 235
HSL
282°, 58%, 81%
HSV
282°, 24%, 92%
CMYK
7%, 24%, 0%, 8%
Name Match
Mauve
Closest Standard

Shades of #DAB3EB (Darker Variations)

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

Tints of #DAB3EB (Lighter Variations)

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

Tones of #DAB3EB (Muted Variations)

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

Color Harmonies for #DAB3EB

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

Developer Code Snippets & Tailwind CSS

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

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