#981dfb
a balanced, electric violet · warm · closest name: blue
RGB
152, 29, 251
HSL
273°, 97%, 55%
CMYK
39, 88, 0, 2
Luminance
0.1452
Every format
| HEX | #981dfb |
| RGB | rgb(152, 29, 251) |
| HSL | hsl(273, 97%, 55%) |
| CMYK | cmyk(39%, 88%, 0%, 2%) |
| LAB | lab(45.0 80.6 -84.3) |
| LCH | lch(45.0 116.6 313.7) |
| OKLCH | oklch(0.563 0.283 301.7) |
Copy-ready code
/* CSS */
color: #981dfb;
background-color: #981dfb;
/* Tailwind (arbitrary) */
class="text-[#981dfb] bg-[#981dfb]"
/* SCSS */
$brand: #981dfb;
/* SwiftUI */
Color(red: 0.596, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#981dfb")Accessibility — WCAG contrast
Aa
#981dfb on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#981dfb on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green11.4%
Blue98.4%
CMYK percentages
Cyan39.4%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#981dfb text on a black background
contrast 3.90:1
Card sample
#981dfb text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #981dfb;
Background color
Panel with #981dfb background
background-color: #981dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #981dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #981dfb; background: linear-gradient(135deg, #981dfb, #FB1DCA);