#DB24CC
A medium, vivid magenta closely aligning with Mediumorchid.
About #DB24CC
At its core, #DB24CC is a medium and vivid hue. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(219, 36, 204).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 84% Magenta, 7% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB24CC
RGB219, 36, 204
HSL304.9°, 71.8%, 50.0%
CMYK0%, 84%, 7%, 14%
HSV304.9°, 83.6%, 85.9%
LAB52.6, 81.3, -44.8
XYZ40.7, 20.7, 59.0
Decimal14361804
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB24CC;
}
.text-color {
color: #DB24CC;
}
.border-color {
border: 2px solid #DB24CC;
}