#DB83BD
A light, moderate magenta closely aligning with Plum.
About #DB83BD
The precise color #DB83BD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 219 red, 131 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 40% Magenta, 14% Yellow, and 14% Black. The HSL representation is 320.5° hue, 55.0% saturation, and 68.6% lightness.
When using this color as a background, text legibility must be considered. 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#DB83BD
RGB219, 131, 189
HSL320.5°, 55.0%, 68.6%
CMYK0%, 40%, 14%, 14%
HSV320.5°, 40.2%, 85.9%
LAB65.7, 41.8, -15.9
XYZ46.5, 35.0, 52.4
Decimal14386109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.99:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB83BD;
}
.text-color {
color: #DB83BD;
}
.border-color {
border: 2px solid #DB83BD;
}