Plum (Purple)
#DAAAC5
RGB: 218, 170, 197
Color OverviewHEX #DAAAC5

#DAAAC5 Color Code Information

In the RGB color space, #DAAAC5 is composed of 85% red, 67% green, and 77% blue. In the HSL color space, it has a hue of 326°, saturation of 39%, and lightness of 76%.

HEX
#DAAAC5
RGB
218, 170, 197
HSL
326°, 39%, 76%
HSV
326°, 22%, 85%
CMYK
0%, 22%, 10%, 15%
Name Match
Plum
Closest Standard

Shades of #DAAAC5 (Darker Variations)

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

Tints of #DAAAC5 (Lighter Variations)

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

Tones of #DAAAC5 (Muted Variations)

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

Color Harmonies for #DAAAC5

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

Developer Code Snippets & Tailwind CSS

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

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