#DB66AF
A light, moderate magenta closely aligning with Hotpink.
About #DB66AF
Visually, #DB66AF is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 102, and 175.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 53% Magenta, 20% Yellow, and 14% Black. With a hue angle of 322.6 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB66AF
RGB219, 102, 175
HSL322.6°, 61.9%, 62.9%
CMYK0%, 53%, 20%, 14%
HSV322.6°, 53.4%, 85.9%
LAB59.6, 54.2, -17.2
XYZ41.7, 27.7, 43.7
Decimal14378671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.53:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB66AF;
}
.text-color {
color: #DB66AF;
}
.border-color {
border: 2px solid #DB66AF;
}