#970afb
a balanced, electric violet · warm · closest name: blue
RGB
151, 10, 251
HSL
275°, 97%, 51%
CMYK
40, 96, 0, 2
Luminance
0.1376
Every format
| HEX | #970afb |
| RGB | rgb(151, 10, 251) |
| HSL | hsl(275, 97%, 51%) |
| CMYK | cmyk(40%, 96%, 0%, 2%) |
| LAB | lab(43.9 83.3 -86.0) |
| LCH | lch(43.9 119.8 314.1) |
| OKLCH | oklch(0.556 0.290 301.9) |
Copy-ready code
/* CSS */
color: #970afb;
background-color: #970afb;
/* Tailwind (arbitrary) */
class="text-[#970afb] bg-[#970afb]"
/* SCSS */
$brand: #970afb;
/* SwiftUI */
Color(red: 0.592, green: 0.039, blue: 0.984)
/* Android */
Color.parseColor("#970afb")Accessibility — WCAG contrast
Aa
#970afb on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970afb on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green3.9%
Blue98.4%
CMYK percentages
Cyan39.8%
Magenta96.0%
Yellow0.0%
Key (black)1.6%
Color previews
#970afb text on a black background
contrast 3.75:1
Card sample
#970afb text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970afb;
Background color
Panel with #970afb background
background-color: #970afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 10, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 10, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970afb; background: linear-gradient(135deg, #970afb, #FB0ABE);