#DB6DBD
A light, moderate magenta closely aligning with Orchid.
About #DB6DBD
The precise color #DB6DBD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(219, 109, 189).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 50% M, 14% Y, and 14% K. The HSL representation is 316.4° hue, 60.4% saturation, and 64.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB6DBD
RGB219, 109, 189
HSL316.4°, 60.4%, 64.3%
CMYK0%, 50%, 14%, 14%
HSV316.4°, 50.2%, 85.9%
LAB61.4, 52.9, -22.5
XYZ43.9, 29.7, 51.6
Decimal14380477
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.93:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6DBD;
}
.text-color {
color: #DB6DBD;
}
.border-color {
border: 2px solid #DB6DBD;
}