#970ac2
a dark, electric violet · warm · closest name: indigo
RGB
151, 10, 194
HSL
286°, 90%, 40%
CMYK
22, 95, 0, 24
Luminance
0.1069
Every format
| HEX | #970ac2 |
| RGB | rgb(151, 10, 194) |
| HSL | hsl(286, 90%, 40%) |
| CMYK | cmyk(22%, 95%, 0%, 24%) |
| LAB | lab(39.1 72.5 -61.3) |
| LCH | lch(39.1 94.9 319.8) |
| OKLCH | oklch(0.508 0.245 315.0) |
Copy-ready code
/* CSS */
color: #970ac2;
background-color: #970ac2;
/* Tailwind (arbitrary) */
class="text-[#970ac2] bg-[#970ac2]"
/* SCSS */
$brand: #970ac2;
/* SwiftUI */
Color(red: 0.592, green: 0.039, blue: 0.761)
/* Android */
Color.parseColor("#970ac2")Accessibility — WCAG contrast
Aa
#970ac2 on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970ac2 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green3.9%
Blue76.1%
CMYK percentages
Cyan22.2%
Magenta94.8%
Yellow0.0%
Key (black)23.9%
Color previews
#970ac2 text on a black background
contrast 3.14:1
Card sample
#970ac2 text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970ac2;
Background color
Panel with #970ac2 background
background-color: #970ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 10, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 10, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970ac2; background: linear-gradient(135deg, #970ac2, #C20A72);