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