#9975F8
A light, vivid purple closely aligning with Mediumslateblue.
About #9975F8
At its core, #9975F8 is a light and vivid hue. It is closely associated with the named CSS color Mediumslateblue. Its digital footprint relies on 153 parts red, 117 parts green, and 248 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 38% cyan, 53% magenta, 0% yellow, and 3% black. With a hue angle of 256.5 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9975F8
RGB153, 117, 248
HSL256.5°, 90.3%, 71.6%
CMYK38%, 53%, 0%, 3%
HSV256.5°, 52.8%, 97.3%
LAB58.3, 43.0, -61.0
XYZ36.4, 26.3, 92.0
Decimal10057208
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.25:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.32:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9975F8;
}
.text-color {
color: #9975F8;
}
.border-color {
border: 2px solid #9975F8;
}