#DB24AF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB24AF
Visually, #DB24AF is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 219 parts red, 36 parts green, and 175 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 84% M, 20% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB24AF
RGB219, 36, 175
HSL314.4°, 71.8%, 50.0%
CMYK0%, 84%, 20%, 14%
HSV314.4°, 83.6%, 85.9%
LAB51.2, 77.5, -30.1
XYZ37.6, 19.4, 42.3
Decimal14361775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB24AF;
}
.text-color {
color: #DB24AF;
}
.border-color {
border: 2px solid #DB24AF;
}