#995FFF
A light, vivid purple closely aligning with Mediumslateblue.
About #995FFF
At its core, #995FFF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. Its digital footprint relies on 153 parts red, 95 parts green, and 255 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 40% C, 63% M, 0% Y, and 0% K. The HSL representation is 261.8° hue, 100.0% saturation, and 68.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#995FFF
RGB153, 95, 255
HSL261.8°, 100.0%, 68.6%
CMYK40%, 63%, 0%, 0%
HSV261.8°, 62.7%, 100.0%
LAB54.2, 56.7, -71.4
XYZ35.3, 22.2, 97.0
Decimal10051583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.86:1
Text on #FFFFFF
AA Large
5.44:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #995FFF;
}
.text-color {
color: #995FFF;
}
.border-color {
border: 2px solid #995FFF;
}