#DB8ABD
A light, moderate magenta closely aligning with Plum.
About #DB8ABD
When working with digital screens, the color #DB8ABD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 219 red, 138 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 37% Magenta, 14% Yellow, and 14% Black. With a hue angle of 322.2 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB8ABD
RGB219, 138, 189
HSL322.2°, 52.9%, 70.0%
CMYK0%, 37%, 14%, 14%
HSV322.2°, 37.0%, 85.9%
LAB67.2, 38.1, -13.6
XYZ47.5, 36.9, 52.8
Decimal14387901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.38:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB8ABD;
}
.text-color {
color: #DB8ABD;
}
.border-color {
border: 2px solid #DB8ABD;
}