#994ade
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 74, 222
HSL
272°, 69%, 58%
CMYK
31, 67, 0, 13
Luminance
0.1694
Every format
| HEX | #994ade |
| RGB | rgb(153, 74, 222) |
| HSL | hsl(272, 69%, 58%) |
| CMYK | cmyk(31%, 67%, 0%, 13%) |
| LAB | lab(48.2 59.0 -62.6) |
| LCH | lch(48.2 86.1 313.3) |
| OKLCH | oklch(0.579 0.217 305.0) |
Copy-ready code
/* CSS */
color: #994ade;
background-color: #994ade;
/* Tailwind (arbitrary) */
class="text-[#994ade] bg-[#994ade]"
/* SCSS */
$brand: #994ade;
/* SwiftUI */
Color(red: 0.600, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#994ade")Accessibility — WCAG contrast
Aa
#994ade on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994ade on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green29.0%
Blue87.1%
CMYK percentages
Cyan31.1%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#994ade text on a black background
contrast 4.39:1
Card sample
#994ade text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994ade;
Background color
Panel with #994ade background
background-color: #994ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994ade; background: linear-gradient(135deg, #994ade, #DE4AC0);