#D36DDB
A light, moderate magenta closely aligning with Orchid.
About #D36DDB
At its core, #D36DDB is a light and moderate hue. Designers often compare it to the standard color Orchid. This translates to an RGB value of rgb(211, 109, 219).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 4% C, 50% M, 0% Y, and 14% K. With a hue angle of 295.6 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D36DDB
RGB211, 109, 219
HSL295.6°, 60.4%, 64.3%
CMYK4%, 50%, 0%, 14%
HSV295.6°, 50.2%, 85.9%
LAB61.6, 55.7, -39.2
XYZ45.1, 29.9, 70.4
Decimal13856219
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.01:1
Text on #FFFFFF
AA Large
6.98:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D36DDB;
}
.text-color {
color: #D36DDB;
}
.border-color {
border: 2px solid #D36DDB;
}