#D366CC
A light, moderate magenta closely aligning with Orchid.
About #D366CC
Visually, #D366CC is defined as a moderate magenta. Its closest recognized web color is Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 102, and 204.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 52% M, 3% Y, and 17% K. The HSL representation is 303.9° hue, 55.3% saturation, and 61.4% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D366CC
RGB211, 102, 204
HSL303.9°, 55.3%, 61.4%
CMYK0%, 52%, 3%, 17%
HSV303.9°, 51.7%, 82.7%
LAB59.6, 56.4, -33.8
XYZ42.5, 27.7, 60.2
Decimal13854412
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.54:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D366CC;
}
.text-color {
color: #D366CC;
}
.border-color {
border: 2px solid #D366CC;
}