#DB92DB
A light, moderate magenta closely aligning with Plum.
About #DB92DB
The hex code #DB92DB represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Plum. This translates to an RGB value of rgb(219, 146, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 33% Magenta, 0% Yellow, and 14% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB92DB
RGB219, 146, 219
HSL300.0°, 50.3%, 71.6%
CMYK0%, 33%, 0%, 14%
HSV300.0°, 33.3%, 85.9%
LAB70.0, 39.0, -26.1
XYZ52.3, 40.7, 72.1
Decimal14389979
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.15:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB92DB;
}
.text-color {
color: #DB92DB;
}
.border-color {
border: 2px solid #DB92DB;
}