#971dfd
a balanced, electric violet · warm · closest name: blue
RGB
151, 29, 253
HSL
273°, 98%, 55%
CMYK
40, 89, 0, 1
Luminance
0.1455
Every format
| HEX | #971dfd |
| RGB | rgb(151, 29, 253) |
| HSL | hsl(273, 98%, 55%) |
| CMYK | cmyk(40%, 89%, 0%, 1%) |
| LAB | lab(45.0 80.9 -85.3) |
| LCH | lch(45.0 117.6 313.5) |
| OKLCH | oklch(0.564 0.285 301.0) |
Copy-ready code
/* CSS */
color: #971dfd;
background-color: #971dfd;
/* Tailwind (arbitrary) */
class="text-[#971dfd] bg-[#971dfd]"
/* SCSS */
$brand: #971dfd;
/* SwiftUI */
Color(red: 0.592, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#971dfd")Accessibility — WCAG contrast
Aa
#971dfd on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#971dfd on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green11.4%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#971dfd text on a black background
contrast 3.91:1
Card sample
#971dfd text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #971dfd;
Background color
Panel with #971dfd background
background-color: #971dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #971dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #971dfd; background: linear-gradient(135deg, #971dfd, #FD1DCE);