#973ef1
a balanced, electric violet · warm · closest name: magenta
RGB
151, 62, 241
HSL
270°, 87%, 59%
CMYK
37, 74, 0, 6
Luminance
0.1638
Every format
| HEX | #973ef1 |
| RGB | rgb(151, 62, 241) |
| HSL | hsl(270, 87%, 59%) |
| CMYK | cmyk(37%, 74%, 0%, 6%) |
| LAB | lab(47.5 68.2 -74.6) |
| LCH | lch(47.5 101.1 312.5) |
| OKLCH | oklch(0.578 0.249 301.4) |
Copy-ready code
/* CSS */
color: #973ef1;
background-color: #973ef1;
/* Tailwind (arbitrary) */
class="text-[#973ef1] bg-[#973ef1]"
/* SCSS */
$brand: #973ef1;
/* SwiftUI */
Color(red: 0.592, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#973ef1")Accessibility — WCAG contrast
Aa
#973ef1 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#973ef1 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green24.3%
Blue94.5%
CMYK percentages
Cyan37.3%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#973ef1 text on a black background
contrast 4.28:1
Card sample
#973ef1 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #973ef1;
Background color
Panel with #973ef1 background
background-color: #973ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #973ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #973ef1; background: linear-gradient(135deg, #973ef1, #F13ED4);