#D35FFF
A light, vivid purple closely aligning with Mediumorchid.
About #D35FFF
Visually, #D35FFF is defined as a vivid purple. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(211, 95, 255).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 17% cyan and 63% magenta inks. The HSL representation is 283.5° hue, 100.0% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D35FFF
RGB211, 95, 255
HSL283.5°, 100.0%, 68.6%
CMYK17%, 63%, 0%, 0%
HSV283.5°, 62.7%, 100.0%
LAB61.0, 69.0, -60.1
XYZ49.0, 29.3, 97.7
Decimal13852671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.07:1
Text on #FFFFFF
AA Large
6.85:1
Text on #000000
AA
2.93:1
Text on #F8FAFC
FAIL
5.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D35FFF;
}
.text-color {
color: #D35FFF;
}
.border-color {
border: 2px solid #D35FFF;
}