#975fef
a light, electric violet · warm · closest name: slateblue
RGB
151, 95, 239
HSL
263°, 82%, 66%
CMYK
37, 60, 0, 6
Luminance
0.2100
Every format
| HEX | #975fef |
| RGB | rgb(151, 95, 239) |
| HSL | hsl(263, 82%, 66%) |
| CMYK | cmyk(37%, 60%, 0%, 6%) |
| LAB | lab(52.9 52.2 -64.5) |
| LCH | lch(52.9 83.0 309.0) |
| OKLCH | oklch(0.617 0.208 297.9) |
Copy-ready code
/* CSS */
color: #975fef;
background-color: #975fef;
/* Tailwind (arbitrary) */
class="text-[#975fef] bg-[#975fef]"
/* SCSS */
$brand: #975fef;
/* SwiftUI */
Color(red: 0.592, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#975fef")Accessibility — WCAG contrast
Aa
#975fef on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#975fef on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green37.3%
Blue93.7%
CMYK percentages
Cyan36.8%
Magenta60.3%
Yellow0.0%
Key (black)6.3%
Color previews
#975fef text on a black background
contrast 5.20:1
Card sample
#975fef text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975fef;
Background color
Panel with #975fef background
background-color: #975fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975fef; background: linear-gradient(135deg, #975fef, #EF5FE7);