#993ccc
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 60, 204
HSL
279°, 59%, 52%
CMYK
25, 71, 0, 20
Luminance
0.1436
Every format
| HEX | #993ccc |
| RGB | rgb(153, 60, 204) |
| HSL | hsl(279, 59%, 52%) |
| CMYK | cmyk(25%, 71%, 0%, 20%) |
| LAB | lab(44.8 61.3 -57.9) |
| LCH | lch(44.8 84.3 316.6) |
| OKLCH | oklch(0.551 0.216 310.8) |
Copy-ready code
/* CSS */
color: #993ccc;
background-color: #993ccc;
/* Tailwind (arbitrary) */
class="text-[#993ccc] bg-[#993ccc]"
/* SCSS */
$brand: #993ccc;
/* SwiftUI */
Color(red: 0.600, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#993ccc")Accessibility — WCAG contrast
Aa
#993ccc on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#993ccc on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green23.5%
Blue80.0%
CMYK percentages
Cyan25.0%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#993ccc text on a black background
contrast 3.87:1
Card sample
#993ccc text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993ccc;
Background color
Panel with #993ccc background
background-color: #993ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993ccc; background: linear-gradient(135deg, #993ccc, #CC3C9F);