#995FF0
A light, vivid purple closely aligning with Mediumslateblue.
About #995FF0
The hex code #995FF0 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(153, 95, 240).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 36% cyan and 60% magenta inks. With a hue angle of 264.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#995FF0
RGB153, 95, 240
HSL264.0°, 82.9%, 65.7%
CMYK36%, 60%, 0%, 6%
HSV264.0°, 60.4%, 94.1%
LAB53.2, 52.9, -64.7
XYZ33.0, 21.2, 84.8
Decimal10051568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #995FF0;
}
.text-color {
color: #995FF0;
}
.border-color {
border: 2px solid #995FF0;
}