#DB92C5
A light, moderate magenta closely aligning with Plum.
About #DB92C5
Visually, #DB92C5 is defined as a moderate magenta. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 219 red, 146 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 33% M, 10% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB92C5
RGB219, 146, 197
HSL318.1°, 50.3%, 71.6%
CMYK0%, 33%, 10%, 14%
HSV318.1°, 33.3%, 85.9%
LAB69.2, 35.1, -15.1
XYZ49.6, 39.6, 57.9
Decimal14389957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.93:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB92C5;
}
.text-color {
color: #DB92C5;
}
.border-color {
border: 2px solid #DB92C5;
}