#994fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 79, 223
HSL
271°, 69%, 59%
CMYK
31, 65, 0, 13
Luminance
0.1769
Every format
| HEX | #994fdf |
| RGB | rgb(153, 79, 223) |
| HSL | hsl(271, 69%, 59%) |
| CMYK | cmyk(31%, 65%, 0%, 13%) |
| LAB | lab(49.1 56.9 -61.7) |
| LCH | lch(49.1 83.9 312.7) |
| OKLCH | oklch(0.586 0.212 304.2) |
Copy-ready code
/* CSS */
color: #994fdf;
background-color: #994fdf;
/* Tailwind (arbitrary) */
class="text-[#994fdf] bg-[#994fdf]"
/* SCSS */
$brand: #994fdf;
/* SwiftUI */
Color(red: 0.600, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#994fdf")Accessibility — WCAG contrast
Aa
#994fdf on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994fdf on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green31.0%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#994fdf text on a black background
contrast 4.54:1
Card sample
#994fdf text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994fdf;
Background color
Panel with #994fdf background
background-color: #994fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994fdf; background: linear-gradient(135deg, #994fdf, #DF4FC5);