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