#970fc2
a dark, electric violet · warm · closest name: indigo
RGB
151, 15, 194
HSL
286°, 86%, 41%
CMYK
22, 92, 0, 24
Luminance
0.1082
Every format
| HEX | #970fc2 |
| RGB | rgb(151, 15, 194) |
| HSL | hsl(286, 86%, 41%) |
| CMYK | cmyk(22%, 92%, 0%, 24%) |
| LAB | lab(39.3 71.8 -61.0) |
| LCH | lch(39.3 94.2 319.7) |
| OKLCH | oklch(0.509 0.244 314.9) |
Copy-ready code
/* CSS */
color: #970fc2;
background-color: #970fc2;
/* Tailwind (arbitrary) */
class="text-[#970fc2] bg-[#970fc2]"
/* SCSS */
$brand: #970fc2;
/* SwiftUI */
Color(red: 0.592, green: 0.059, blue: 0.761)
/* Android */
Color.parseColor("#970fc2")Accessibility — WCAG contrast
Aa
#970fc2 on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970fc2 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green5.9%
Blue76.1%
CMYK percentages
Cyan22.2%
Magenta92.3%
Yellow0.0%
Key (black)23.9%
Color previews
#970fc2 text on a black background
contrast 3.16:1
Card sample
#970fc2 text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970fc2;
Background color
Panel with #970fc2 background
background-color: #970fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 15, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 15, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970fc2; background: linear-gradient(135deg, #970fc2, #C20F76);