#993acd
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 58, 205
HSL
279°, 60%, 52%
CMYK
25, 72, 0, 20
Luminance
0.1421
Every format
| HEX | #993acd |
| RGB | rgb(153, 58, 205) |
| HSL | hsl(279, 60%, 52%) |
| CMYK | cmyk(25%, 72%, 0%, 20%) |
| LAB | lab(44.5 62.3 -58.8) |
| LCH | lch(44.5 85.7 316.6) |
| OKLCH | oklch(0.549 0.220 310.7) |
Copy-ready code
/* CSS */
color: #993acd;
background-color: #993acd;
/* Tailwind (arbitrary) */
class="text-[#993acd] bg-[#993acd]"
/* SCSS */
$brand: #993acd;
/* SwiftUI */
Color(red: 0.600, green: 0.227, blue: 0.804)
/* Android */
Color.parseColor("#993acd")Accessibility — WCAG contrast
Aa
#993acd on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#993acd on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green22.7%
Blue80.4%
CMYK percentages
Cyan25.4%
Magenta71.7%
Yellow0.0%
Key (black)19.6%
Color previews
#993acd text on a black background
contrast 3.84:1
Card sample
#993acd text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993acd;
Background color
Panel with #993acd background
background-color: #993acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 58, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 58, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993acd; background: linear-gradient(135deg, #993acd, #CD3A9F);