#981cdf
a balanced, electric violet · warm · closest name: magenta
RGB
152, 28, 223
HSL
278°, 78%, 49%
CMYK
32, 87, 0, 13
Luminance
0.1283
Every format
| HEX | #981cdf |
| RGB | rgb(152, 28, 223) |
| HSL | hsl(278, 78%, 49%) |
| CMYK | cmyk(32%, 87%, 0%, 13%) |
| LAB | lab(42.5 75.2 -72.4) |
| LCH | lch(42.5 104.4 316.1) |
| OKLCH | oklch(0.539 0.261 307.7) |
Copy-ready code
/* CSS */
color: #981cdf;
background-color: #981cdf;
/* Tailwind (arbitrary) */
class="text-[#981cdf] bg-[#981cdf]"
/* SCSS */
$brand: #981cdf;
/* SwiftUI */
Color(red: 0.596, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#981cdf")Accessibility — WCAG contrast
Aa
#981cdf on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#981cdf on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green11.0%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#981cdf text on a black background
contrast 3.57:1
Card sample
#981cdf text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #981cdf;
Background color
Panel with #981cdf background
background-color: #981cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #981cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #981cdf; background: linear-gradient(135deg, #981cdf, #DF1CA4);