Plum (Purple)
#DB9FE0
RGB: 219, 159, 224
Color OverviewHEX #DB9FE0
#DB9FE0 Color Code Information
In the RGB color space, #DB9FE0 is composed of 86% red, 62% green, and 88% blue. In the HSL color space, it has a hue of 295°, saturation of 51%, and lightness of 75%.
HEX
#DB9FE0
RGB
219, 159, 224
HSL
295°, 51%, 75%
HSV
295°, 29%, 88%
CMYK
2%, 29%, 0%, 12%
Name Match
Plum
Closest StandardShades of #DB9FE0 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #DB9FE0 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #DB9FE0 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #DB9FE0
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #DB9FE0 Background
Contrast Ratio against Pure White (#FFFFFF):2.09 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DB9FE0 Background
Contrast Ratio against Pure Black (#000000):10.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #DB9FE0;
}
.element {
color: #DB9FE0;
background-color: #DB9FE0;
border-color: #DB9FE0;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#DB9FE0] text-[#DB9FE0] border-[#DB9FE0]"> Content styled with #DB9FE0 </div>