#973dfd
a balanced, electric violet · warm · closest name: blue
RGB
151, 61, 253
HSL
268°, 98%, 62%
CMYK
40, 76, 0, 1
Luminance
0.1701
Every format
| HEX | #973dfd |
| RGB | rgb(151, 61, 253) |
| HSL | hsl(268, 98%, 62%) |
| CMYK | cmyk(40%, 76%, 0%, 1%) |
| LAB | lab(48.3 71.4 -80.0) |
| LCH | lch(48.3 107.2 311.8) |
| OKLCH | oklch(0.587 0.262 299.2) |
Copy-ready code
/* CSS */
color: #973dfd;
background-color: #973dfd;
/* Tailwind (arbitrary) */
class="text-[#973dfd] bg-[#973dfd]"
/* SCSS */
$brand: #973dfd;
/* SwiftUI */
Color(red: 0.592, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#973dfd")Accessibility — WCAG contrast
Aa
#973dfd on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#973dfd on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green23.9%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#973dfd text on a black background
contrast 4.40:1
Card sample
#973dfd text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #973dfd;
Background color
Panel with #973dfd background
background-color: #973dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #973dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #973dfd; background: linear-gradient(135deg, #973dfd, #FD3DE3);