#981fd2
a balanced, vivid violet · warm · closest name: indigo
RGB
152, 31, 210
HSL
281°, 74%, 47%
CMYK
28, 85, 0, 18
Luminance
0.1231
Every format
| HEX | #981fd2 |
| RGB | rgb(152, 31, 210) |
| HSL | hsl(281, 74%, 47%) |
| CMYK | cmyk(28%, 85%, 0%, 18%) |
| LAB | lab(41.7 71.9 -66.3) |
| LCH | lch(41.7 97.8 317.3) |
| OKLCH | oklch(0.530 0.248 310.6) |
Copy-ready code
/* CSS */
color: #981fd2;
background-color: #981fd2;
/* Tailwind (arbitrary) */
class="text-[#981fd2] bg-[#981fd2]"
/* SCSS */
$brand: #981fd2;
/* SwiftUI */
Color(red: 0.596, green: 0.122, blue: 0.824)
/* Android */
Color.parseColor("#981fd2")Accessibility — WCAG contrast
Aa
#981fd2 on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#981fd2 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green12.2%
Blue82.4%
CMYK percentages
Cyan27.6%
Magenta85.2%
Yellow0.0%
Key (black)17.6%
Color previews
#981fd2 text on a black background
contrast 3.46:1
Card sample
#981fd2 text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #981fd2;
Background color
Panel with #981fd2 background
background-color: #981fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #981fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 31, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 31, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #981fd2; background: linear-gradient(135deg, #981fd2, #D21F95);