#970ac0
a dark, electric violet · warm · closest name: indigo
RGB
151, 10, 192
HSL
287°, 90%, 40%
CMYK
21, 95, 0, 25
Luminance
0.1060
Every format
| HEX | #970ac0 |
| RGB | rgb(151, 10, 192) |
| HSL | hsl(287, 90%, 40%) |
| CMYK | cmyk(21%, 95%, 0%, 25%) |
| LAB | lab(38.9 72.1 -60.4) |
| LCH | lch(38.9 94.1 320.1) |
| OKLCH | oklch(0.506 0.244 315.6) |
Copy-ready code
/* CSS */
color: #970ac0;
background-color: #970ac0;
/* Tailwind (arbitrary) */
class="text-[#970ac0] bg-[#970ac0]"
/* SCSS */
$brand: #970ac0;
/* SwiftUI */
Color(red: 0.592, green: 0.039, blue: 0.753)
/* Android */
Color.parseColor("#970ac0")Accessibility — WCAG contrast
Aa
#970ac0 on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970ac0 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green3.9%
Blue75.3%
CMYK percentages
Cyan21.4%
Magenta94.8%
Yellow0.0%
Key (black)24.7%
Color previews
#970ac0 text on a black background
contrast 3.12:1
Card sample
#970ac0 text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970ac0;
Background color
Panel with #970ac0 background
background-color: #970ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 10, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 10, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970ac0; background: linear-gradient(135deg, #970ac0, #C00A70);