#973eee
a balanced, electric violet · warm · closest name: slateblue
RGB
151, 62, 238
HSL
270°, 84%, 59%
CMYK
37, 74, 0, 7
Luminance
0.1620
Every format
| HEX | #973eee |
| RGB | rgb(151, 62, 238) |
| HSL | hsl(270, 84%, 59%) |
| CMYK | cmyk(37%, 74%, 0%, 7%) |
| LAB | lab(47.2 67.5 -73.3) |
| LCH | lch(47.2 99.6 312.7) |
| OKLCH | oklch(0.576 0.246 302.0) |
Copy-ready code
/* CSS */
color: #973eee;
background-color: #973eee;
/* Tailwind (arbitrary) */
class="text-[#973eee] bg-[#973eee]"
/* SCSS */
$brand: #973eee;
/* SwiftUI */
Color(red: 0.592, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#973eee")Accessibility — WCAG contrast
Aa
#973eee on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#973eee on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green24.3%
Blue93.3%
CMYK percentages
Cyan36.6%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#973eee text on a black background
contrast 4.24:1
Card sample
#973eee text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #973eee;
Background color
Panel with #973eee background
background-color: #973eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #973eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #973eee; background: linear-gradient(135deg, #973eee, #EE3ED0);