#DB0083
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB0083
At its core, #DB0083 is a medium and vivid hue. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(219, 0, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 100% magenta, 40% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB0083
RGB219, 0, 131
HSL324.1°, 100.0%, 42.9%
CMYK0%, 100%, 40%, 14%
HSV324.1°, 100.0%, 85.9%
LAB47.9, 77.2, -8.9
XYZ33.3, 16.7, 22.9
Decimal14352515
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.84:1
Text on #FFFFFF
AA
4.34:1
Text on #000000
AA Large
4.62:1
Text on #F8FAFC
AA
3.69:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0083;
}
.text-color {
color: #DB0083;
}
.border-color {
border: 2px solid #DB0083;
}