#970fb6
a dark, electric violet · warm · closest name: purple
RGB
151, 15, 182
HSL
289°, 85%, 39%
CMYK
17, 92, 0, 29
Luminance
0.1030
Every format
| HEX | #970fb6 |
| RGB | rgb(151, 15, 182) |
| HSL | hsl(289, 85%, 39%) |
| CMYK | cmyk(17%, 92%, 0%, 29%) |
| LAB | lab(38.4 69.7 -55.4) |
| LCH | lch(38.4 89.0 321.5) |
| OKLCH | oklch(0.500 0.235 318.3) |
Copy-ready code
/* CSS */
color: #970fb6;
background-color: #970fb6;
/* Tailwind (arbitrary) */
class="text-[#970fb6] bg-[#970fb6]"
/* SCSS */
$brand: #970fb6;
/* SwiftUI */
Color(red: 0.592, green: 0.059, blue: 0.714)
/* Android */
Color.parseColor("#970fb6")Accessibility — WCAG contrast
Aa
#970fb6 on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970fb6 on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green5.9%
Blue71.4%
CMYK percentages
Cyan17.0%
Magenta91.8%
Yellow0.0%
Key (black)28.6%
Color previews
#970fb6 text on a black background
contrast 3.06:1
Card sample
#970fb6 text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970fb6;
Background color
Panel with #970fb6 background
background-color: #970fb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970fb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 15, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 15, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970fb6; background: linear-gradient(135deg, #970fb6, #B60F65);