#DB4983
A medium, moderate magenta closely aligning with Hotpink.
About #DB4983
At its core, #DB4983 is a medium and moderate hue. Designers often compare it to the standard color Hotpink. This translates to an RGB value of rgb(219, 73, 131).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 67% magenta inks. With a hue angle of 336.2 degrees, it sits comfortably in the magenta spectrum.
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#DB4983
RGB219, 73, 131
HSL336.2°, 67.0%, 57.3%
CMYK0%, 67%, 40%, 14%
HSV336.2°, 66.7%, 85.9%
LAB53.5, 61.4, -0.6
XYZ35.7, 21.5, 23.7
Decimal14371203
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.97:1
Text on #FFFFFF
AA Large
5.29:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB4983;
}
.text-color {
color: #DB4983;
}
.border-color {
border: 2px solid #DB4983;
}