Plum (Purple)
#D199EB
RGB: 209, 153, 235
Color OverviewHEX #D199EB

#D199EB Color Code Information

In the RGB color space, #D199EB is composed of 82% red, 60% green, and 92% blue. In the HSL color space, it has a hue of 281°, saturation of 67%, and lightness of 76%.

HEX
#D199EB
RGB
209, 153, 235
HSL
281°, 67%, 76%
HSV
281°, 35%, 92%
CMYK
11%, 35%, 0%, 8%
Name Match
Plum
Closest Standard

Shades of #D199EB (Darker Variations)

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

Tints of #D199EB (Lighter Variations)

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

Tones of #D199EB (Muted Variations)

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

Color Harmonies for #D199EB

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

Developer Code Snippets & Tailwind CSS

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

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