#DB6DC5
A light, moderate magenta closely aligning with Orchid.
About #DB6DC5
The precise color #DB6DC5 is an excellent choice for modern design projects. It is closely associated with the named CSS color Orchid. In the RGB color space, it consists of 219 red, 109 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 50% Magenta, 10% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB6DC5
RGB219, 109, 197
HSL312.0°, 60.4%, 64.3%
CMYK0%, 50%, 10%, 14%
HSV312.0°, 50.2%, 85.9%
LAB61.7, 54.2, -26.6
XYZ44.8, 30.0, 56.3
Decimal14380485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.00:1
Text on #FFFFFF
FAIL
7.01:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6DC5;
}
.text-color {
color: #DB6DC5;
}
.border-color {
border: 2px solid #DB6DC5;
}