#996cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 108, 211
HSL
266°, 54%, 63%
CMYK
28, 49, 0, 17
Luminance
0.2220
Every format
| HEX | #996cd3 |
| RGB | rgb(153, 108, 211) |
| HSL | hsl(266, 54%, 63%) |
| CMYK | cmyk(28%, 49%, 0%, 17%) |
| LAB | lab(54.2 38.6 -46.7) |
| LCH | lch(54.2 60.6 309.6) |
| OKLCH | oklch(0.621 0.155 302.3) |
Copy-ready code
/* CSS */
color: #996cd3;
background-color: #996cd3;
/* Tailwind (arbitrary) */
class="text-[#996cd3] bg-[#996cd3]"
/* SCSS */
$brand: #996cd3;
/* SwiftUI */
Color(red: 0.600, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#996cd3")Accessibility — WCAG contrast
Aa
#996cd3 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#996cd3 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green42.4%
Blue82.7%
CMYK percentages
Cyan27.5%
Magenta48.8%
Yellow0.0%
Key (black)17.3%
Color previews
#996cd3 text on a black background
contrast 5.44:1
Card sample
#996cd3 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996cd3;
Background color
Panel with #996cd3 background
background-color: #996cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996cd3; background: linear-gradient(135deg, #996cd3, #D36CC8);