#DB50F8
A light, vivid magenta closely aligning with Darkorchid.
About #DB50F8
At its core, #DB50F8 is a light and vivid hue. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(219, 80, 248).
For print applications, it's crucial to understand its CMYK makeup. The color uses 12% Cyan, 68% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB50F8
RGB219, 80, 248
HSL289.6°, 92.3%, 64.3%
CMYK12%, 68%, 0%, 3%
HSV289.6°, 67.7%, 97.3%
LAB59.5, 75.5, -58.6
XYZ49.0, 27.6, 91.5
Decimal14373112
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.51:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB50F8;
}
.text-color {
color: #DB50F8;
}
.border-color {
border: 2px solid #DB50F8;
}