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