#DB6DD3
A light, moderate magenta closely aligning with Orchid.
About #DB6DD3
The hex code #DB6DD3 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(219, 109, 211).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. The HSL representation is 304.4° hue, 60.4% saturation, and 64.3% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB6DD3
RGB219, 109, 211
HSL304.4°, 60.4%, 64.3%
CMYK0%, 50%, 4%, 14%
HSV304.4°, 50.2%, 85.9%
LAB62.3, 56.5, -33.6
XYZ46.4, 30.7, 65.1
Decimal14380499
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.14:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6DD3;
}
.text-color {
color: #DB6DD3;
}
.border-color {
border: 2px solid #DB6DD3;
}