#DB6DE2
A light, moderate magenta closely aligning with Orchid.
About #DB6DE2
At its core, #DB6DE2 is a light and moderate hue. Designers often compare it to the standard color Orchid. This translates to an RGB value of rgb(219, 109, 226).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 3% C, 52% M, 0% Y, and 11% K. The HSL representation is 296.4° hue, 66.9% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB6DE2
RGB219, 109, 226
HSL296.4°, 66.9%, 65.7%
CMYK3%, 52%, 0%, 11%
HSV296.4°, 51.8%, 88.6%
LAB62.9, 59.1, -40.9
XYZ48.4, 31.5, 75.5
Decimal14380514
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.30:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6DE2;
}
.text-color {
color: #DB6DE2;
}
.border-color {
border: 2px solid #DB6DE2;
}