#DB0066
A medium, vivid magenta closely aligning with Deeppink.
About #DB0066
The precise color #DB0066 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 219 red, 0 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. 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 #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB0066
RGB219, 0, 102
HSL332.1°, 100.0%, 42.9%
CMYK0%, 100%, 53%, 14%
HSV332.1°, 100.0%, 85.9%
LAB47.0, 74.9, 7.7
XYZ31.6, 16.0, 14.0
Decimal14352486
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.00:1
Text on #FFFFFF
AA
4.20:1
Text on #000000
AA Large
4.77:1
Text on #F8FAFC
AA
3.57:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0066;
}
.text-color {
color: #DB0066;
}
.border-color {
border: 2px solid #DB0066;
}