#DB426D
A medium, moderate magenta closely aligning with Indianred.
About #DB426D
The hex code #DB426D represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Indianred. Its digital footprint relies on 219 parts red, 66 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 70% M, 50% Y, and 14% K. The HSL representation is 343.1° hue, 68.0% saturation, and 55.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB426D
RGB219, 66, 109
HSL343.1°, 68.0%, 55.9%
CMYK0%, 70%, 50%, 14%
HSV343.1°, 69.9%, 85.9%
LAB51.9, 62.0, 10.3
XYZ33.9, 20.1, 16.6
Decimal14369389
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.00:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB426D;
}
.text-color {
color: #DB426D;
}
.border-color {
border: 2px solid #DB426D;
}