Mauve (Purple)
#D8BDFA
RGB: 216, 189, 250
Color OverviewHEX #D8BDFA

#D8BDFA Color Code Information

In the RGB color space, #D8BDFA is composed of 85% red, 74% green, and 98% blue. In the HSL color space, it has a hue of 267°, saturation of 86%, and lightness of 86%.

HEX
#D8BDFA
RGB
216, 189, 250
HSL
267°, 86%, 86%
HSV
267°, 24%, 98%
CMYK
14%, 24%, 0%, 2%
Name Match
Mauve
Closest Standard

Shades of #D8BDFA (Darker Variations)

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

Tints of #D8BDFA (Lighter Variations)

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

Tones of #D8BDFA (Muted Variations)

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

Color Harmonies for #D8BDFA

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

Developer Code Snippets & Tailwind CSS

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

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