#975ce2
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 92, 226
HSL
266°, 70%, 62%
CMYK
33, 59, 0, 11
Luminance
0.1972
Every format
| HEX | #975ce2 |
| RGB | rgb(151, 92, 226) |
| HSL | hsl(266, 70%, 62%) |
| CMYK | cmyk(33%, 59%, 0%, 11%) |
| LAB | lab(51.5 50.6 -59.5) |
| LCH | lch(51.5 78.1 310.3) |
| OKLCH | oklch(0.604 0.197 301.0) |
Copy-ready code
/* CSS */
color: #975ce2;
background-color: #975ce2;
/* Tailwind (arbitrary) */
class="text-[#975ce2] bg-[#975ce2]"
/* SCSS */
$brand: #975ce2;
/* SwiftUI */
Color(red: 0.592, green: 0.361, blue: 0.886)
/* Android */
Color.parseColor("#975ce2")Accessibility — WCAG contrast
Aa
#975ce2 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#975ce2 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green36.1%
Blue88.6%
CMYK percentages
Cyan33.2%
Magenta59.3%
Yellow0.0%
Key (black)11.4%
Color previews
#975ce2 text on a black background
contrast 4.94:1
Card sample
#975ce2 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975ce2;
Background color
Panel with #975ce2 background
background-color: #975ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 92, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 92, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975ce2; background: linear-gradient(135deg, #975ce2, #E25CD4);