#DB2CCC
A medium, vivid magenta closely aligning with Mediumorchid.
About #DB2CCC
The hex code #DB2CCC represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. In the RGB color space, it consists of 219 red, 44 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 80% magenta, 7% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB2CCC
RGB219, 44, 204
HSL305.1°, 70.9%, 51.6%
CMYK0%, 80%, 7%, 14%
HSV305.1°, 79.9%, 85.9%
LAB53.2, 79.6, -43.8
XYZ41.0, 21.2, 59.1
Decimal14363852
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.24:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB2CCC;
}
.text-color {
color: #DB2CCC;
}
.border-color {
border: 2px solid #DB2CCC;
}