#993ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 61, 223
HSL
274°, 72%, 56%
CMYK
31, 73, 0, 13
Luminance
0.1544
Every format
| HEX | #993ddf |
| RGB | rgb(153, 61, 223) |
| HSL | hsl(274, 72%, 56%) |
| CMYK | cmyk(31%, 73%, 0%, 13%) |
| LAB | lab(46.2 65.0 -66.4) |
| LCH | lch(46.2 92.9 314.4) |
| OKLCH | oklch(0.566 0.233 306.0) |
Copy-ready code
/* CSS */
color: #993ddf;
background-color: #993ddf;
/* Tailwind (arbitrary) */
class="text-[#993ddf] bg-[#993ddf]"
/* SCSS */
$brand: #993ddf;
/* SwiftUI */
Color(red: 0.600, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#993ddf")Accessibility — WCAG contrast
Aa
#993ddf on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#993ddf on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green23.9%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#993ddf text on a black background
contrast 4.09:1
Card sample
#993ddf text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993ddf;
Background color
Panel with #993ddf background
background-color: #993ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993ddf; background: linear-gradient(135deg, #993ddf, #DF3DB9);