#D399DB
A light, moderate magenta closely aligning with Plum.
About #D399DB
Visually, #D399DB is defined as a moderate magenta. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(211, 153, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 4% Cyan, 30% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D399DB
RGB211, 153, 219
HSL292.7°, 47.8%, 72.9%
CMYK4%, 30%, 0%, 14%
HSV292.7°, 30.1%, 85.9%
LAB70.7, 32.7, -25.1
XYZ51.0, 41.7, 72.4
Decimal13867483
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.35:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D399DB;
}
.text-color {
color: #D399DB;
}
.border-color {
border: 2px solid #D399DB;
}