#970cf6
a balanced, electric violet · warm · closest name: blue
RGB
151, 12, 246
HSL
276°, 93%, 51%
CMYK
39, 95, 0, 4
Luminance
0.1350
Every format
| HEX | #970cf6 |
| RGB | rgb(151, 12, 246) |
| HSL | hsl(276, 93%, 51%) |
| CMYK | cmyk(39%, 95%, 0%, 4%) |
| LAB | lab(43.5 82.2 -83.9) |
| LCH | lch(43.5 117.4 314.4) |
| OKLCH | oklch(0.552 0.285 302.9) |
Copy-ready code
/* CSS */
color: #970cf6;
background-color: #970cf6;
/* Tailwind (arbitrary) */
class="text-[#970cf6] bg-[#970cf6]"
/* SCSS */
$brand: #970cf6;
/* SwiftUI */
Color(red: 0.592, green: 0.047, blue: 0.965)
/* Android */
Color.parseColor("#970cf6")Accessibility — WCAG contrast
Aa
#970cf6 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970cf6 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green4.7%
Blue96.5%
CMYK percentages
Cyan38.6%
Magenta95.1%
Yellow0.0%
Key (black)3.5%
Color previews
#970cf6 text on a black background
contrast 3.70:1
Card sample
#970cf6 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970cf6;
Background color
Panel with #970cf6 background
background-color: #970cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 12, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 12, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970cf6; background: linear-gradient(135deg, #970cf6, #F60CB9);