#DB66FF
A light, vivid magenta closely aligning with Mediumorchid.
About #DB66FF
Visually, #DB66FF is defined as a vivid magenta. Its closest recognized web color is Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 102, and 255.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 14% cyan, 60% magenta, 0% yellow, and 0% black. With a hue angle of 285.9 degrees, it sits comfortably in the magenta 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#DB66FF
RGB219, 102, 255
HSL285.9°, 100.0%, 70.0%
CMYK14%, 60%, 0%, 0%
HSV285.9°, 60.0%, 100.0%
LAB63.2, 67.8, -56.6
XYZ52.0, 31.8, 98.0
Decimal14378751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.36:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB66FF;
}
.text-color {
color: #DB66FF;
}
.border-color {
border: 2px solid #DB66FF;
}