#975afd
a light, electric violet · warm · closest name: slateblue
RGB
151, 90, 253
HSL
263°, 98%, 67%
CMYK
40, 64, 0, 1
Luminance
0.2098
Every format
| HEX | #975afd |
| RGB | rgb(151, 90, 253) |
| HSL | hsl(263, 98%, 67%) |
| CMYK | cmyk(40%, 64%, 0%, 1%) |
| LAB | lab(52.9 58.3 -72.4) |
| LCH | lch(52.9 92.9 308.9) |
| OKLCH | oklch(0.620 0.230 296.2) |
Copy-ready code
/* CSS */
color: #975afd;
background-color: #975afd;
/* Tailwind (arbitrary) */
class="text-[#975afd] bg-[#975afd]"
/* SCSS */
$brand: #975afd;
/* SwiftUI */
Color(red: 0.592, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#975afd")Accessibility — WCAG contrast
Aa
#975afd on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#975afd on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green35.3%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#975afd text on a black background
contrast 5.20:1
Card sample
#975afd text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975afd;
Background color
Panel with #975afd background
background-color: #975afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975afd; background: linear-gradient(135deg, #975afd, #FD5AF6);