#DB50C5
A medium, moderate magenta closely aligning with Orchid.
About #DB50C5
At its core, #DB50C5 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Orchid. Its digital footprint relies on 219 parts red, 80 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 63% magenta inks. With a hue angle of 309.5 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB50C5
RGB219, 80, 197
HSL309.5°, 65.9%, 58.6%
CMYK0%, 63%, 10%, 14%
HSV309.5°, 63.5%, 85.9%
LAB56.9, 67.1, -34.0
XYZ42.2, 24.8, 55.4
Decimal14373061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.97:1
Text on #000000
AA
3.36:1
Text on #F8FAFC
AA Large
5.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB50C5;
}
.text-color {
color: #DB50C5;
}
.border-color {
border: 2px solid #DB50C5;
}