#D366FF
A light, vivid purple closely aligning with Mediumorchid.
About #D366FF
Visually, #D366FF is defined as a vivid purple. Its closest recognized web color is Mediumorchid. In the RGB color space, it consists of 211 red, 102 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 17% cyan and 60% magenta inks. With a hue angle of 282.7 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D366FF
RGB211, 102, 255
HSL282.7°, 100.0%, 70.0%
CMYK17%, 60%, 0%, 0%
HSV282.7°, 60.0%, 100.0%
LAB62.1, 65.9, -58.3
XYZ49.7, 30.6, 97.9
Decimal13854463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D366FF;
}
.text-color {
color: #D366FF;
}
.border-color {
border: 2px solid #D366FF;
}