#994cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 76, 223
HSL
271°, 70%, 59%
CMYK
31, 66, 0, 13
Luminance
0.1727
Every format
| HEX | #994cdf |
| RGB | rgb(153, 76, 223) |
| HSL | hsl(271, 70%, 59%) |
| CMYK | cmyk(31%, 66%, 0%, 13%) |
| LAB | lab(48.6 58.3 -62.5) |
| LCH | lch(48.6 85.5 313.0) |
| OKLCH | oklch(0.582 0.215 304.6) |
Copy-ready code
/* CSS */
color: #994cdf;
background-color: #994cdf;
/* Tailwind (arbitrary) */
class="text-[#994cdf] bg-[#994cdf]"
/* SCSS */
$brand: #994cdf;
/* SwiftUI */
Color(red: 0.600, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#994cdf")Accessibility — WCAG contrast
Aa
#994cdf on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994cdf on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green29.8%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#994cdf text on a black background
contrast 4.45:1
Card sample
#994cdf text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994cdf;
Background color
Panel with #994cdf background
background-color: #994cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994cdf; background: linear-gradient(135deg, #994cdf, #DF4CC3);