#DB24A8
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB24A8
When working with digital screens, the color #DB24A8 is rendered by mixing light. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 219 red, 36 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 84% Magenta, 23% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB24A8
RGB219, 36, 168
HSL316.7°, 71.8%, 50.0%
CMYK0%, 84%, 23%, 14%
HSV316.7°, 83.6%, 85.9%
LAB50.9, 76.6, -26.5
XYZ36.9, 19.1, 38.8
Decimal14361768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB24A8;
}
.text-color {
color: #DB24A8;
}
.border-color {
border: 2px solid #DB24A8;
}