#995FF8
A light, vivid purple closely aligning with Mediumslateblue.
About #995FF8
Visually, #995FF8 is defined as a vivid purple. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 153 red, 95 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 38% cyan, 62% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#995FF8
RGB153, 95, 248
HSL262.7°, 91.6%, 67.3%
CMYK38%, 62%, 0%, 3%
HSV262.7°, 61.7%, 97.3%
LAB53.7, 54.9, -68.3
XYZ34.2, 21.7, 91.2
Decimal10051576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.35:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #995FF8;
}
.text-color {
color: #995FF8;
}
.border-color {
border: 2px solid #995FF8;
}