#984ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 77, 223
HSL
271°, 70%, 59%
CMYK
32, 66, 0, 13
Luminance
0.1731
Every format
| HEX | #984ddf |
| RGB | rgb(152, 77, 223) |
| HSL | hsl(271, 70%, 59%) |
| CMYK | cmyk(32%, 66%, 0%, 13%) |
| LAB | lab(48.6 57.6 -62.5) |
| LCH | lch(48.6 85.0 312.7) |
| OKLCH | oklch(0.583 0.214 304.1) |
Copy-ready code
/* CSS */
color: #984ddf;
background-color: #984ddf;
/* Tailwind (arbitrary) */
class="text-[#984ddf] bg-[#984ddf]"
/* SCSS */
$brand: #984ddf;
/* SwiftUI */
Color(red: 0.596, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#984ddf")Accessibility — WCAG contrast
Aa
#984ddf on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984ddf on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green30.2%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#984ddf text on a black background
contrast 4.46:1
Card sample
#984ddf text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984ddf;
Background color
Panel with #984ddf background
background-color: #984ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984ddf; background: linear-gradient(135deg, #984ddf, #DF4DC5);