#D366E2
A light, moderate magenta closely aligning with Mediumorchid.
About #D366E2
The hex code #D366E2 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(211, 102, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 7% Cyan, 55% Magenta, 0% Yellow, and 11% Black. The HSL representation is 292.7° hue, 68.1% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#D366E2
RGB211, 102, 226
HSL292.7°, 68.1%, 64.3%
CMYK7%, 55%, 0%, 11%
HSV292.7°, 54.9%, 88.6%
LAB60.6, 60.3, -44.6
XYZ45.3, 28.8, 75.1
Decimal13854434
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.77:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D366E2;
}
.text-color {
color: #D366E2;
}
.border-color {
border: 2px solid #D366E2;
}