#970ccc
a dark, electric violet · warm · closest name: magenta
RGB
151, 12, 204
HSL
283°, 89%, 42%
CMYK
26, 94, 0, 20
Luminance
0.1120
Every format
| HEX | #970ccc |
| RGB | rgb(151, 12, 204) |
| HSL | hsl(283, 89%, 42%) |
| CMYK | cmyk(26%, 94%, 0%, 20%) |
| LAB | lab(39.9 74.1 -65.7) |
| LCH | lch(39.9 99.0 318.4) |
| OKLCH | oklch(0.516 0.253 312.4) |
Copy-ready code
/* CSS */
color: #970ccc;
background-color: #970ccc;
/* Tailwind (arbitrary) */
class="text-[#970ccc] bg-[#970ccc]"
/* SCSS */
$brand: #970ccc;
/* SwiftUI */
Color(red: 0.592, green: 0.047, blue: 0.800)
/* Android */
Color.parseColor("#970ccc")Accessibility — WCAG contrast
Aa
#970ccc on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970ccc on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green4.7%
Blue80.0%
CMYK percentages
Cyan26.0%
Magenta94.1%
Yellow0.0%
Key (black)20.0%
Color previews
#970ccc text on a black background
contrast 3.24:1
Card sample
#970ccc text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970ccc;
Background color
Panel with #970ccc background
background-color: #970ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 12, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 12, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970ccc; background: linear-gradient(135deg, #970ccc, #CC0C81);