#984eb8
a balanced, soft violet · warm · closest name: slateblue
RGB
152, 78, 184
HSL
282°, 43%, 51%
CMYK
17, 58, 0, 28
Luminance
0.1558
Every format
| HEX | #984eb8 |
| RGB | rgb(152, 78, 184) |
| HSL | hsl(282, 43%, 51%) |
| CMYK | cmyk(17%, 58%, 0%, 28%) |
| LAB | lab(46.4 48.4 -43.6) |
| LCH | lch(46.4 65.1 318.0) |
| OKLCH | oklch(0.559 0.171 314.5) |
Copy-ready code
/* CSS */
color: #984eb8;
background-color: #984eb8;
/* Tailwind (arbitrary) */
class="text-[#984eb8] bg-[#984eb8]"
/* SCSS */
$brand: #984eb8;
/* SwiftUI */
Color(red: 0.596, green: 0.306, blue: 0.722)
/* Android */
Color.parseColor("#984eb8")Accessibility — WCAG contrast
Aa
#984eb8 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984eb8 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green30.6%
Blue72.2%
CMYK percentages
Cyan17.4%
Magenta57.6%
Yellow0.0%
Key (black)27.8%
Color previews
#984eb8 text on a black background
contrast 4.12:1
Card sample
#984eb8 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984eb8;
Background color
Panel with #984eb8 background
background-color: #984eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 78, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 78, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984eb8; background: linear-gradient(135deg, #984eb8, #B84E91);