#DB49F8
A light, vivid magenta closely aligning with Darkorchid.
About #DB49F8
At its core, #DB49F8 is a light and vivid hue. It is closely associated with the named CSS color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 73, and 248.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 12% cyan and 71% magenta inks. The HSL representation is 290.1° hue, 92.6% saturation, and 62.9% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB49F8
RGB219, 73, 248
HSL290.1°, 92.6%, 62.9%
CMYK12%, 71%, 0%, 3%
HSV290.1°, 70.6%, 97.3%
LAB58.6, 78.1, -60.0
XYZ48.5, 26.6, 91.4
Decimal14371320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.32:1
Text on #000000
AA
3.18:1
Text on #F8FAFC
AA Large
5.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB49F8;
}
.text-color {
color: #DB49F8;
}
.border-color {
border: 2px solid #DB49F8;
}