#9b3dcd
a balanced, vivid violet · warm · closest name: slateblue
RGB
155, 61, 205
HSL
279°, 59%, 52%
CMYK
24, 70, 0, 20
Luminance
0.1471
Every format
| HEX | #9b3dcd |
| RGB | rgb(155, 61, 205) |
| HSL | hsl(279, 59%, 52%) |
| CMYK | cmyk(24%, 70%, 0%, 20%) |
| LAB | lab(45.2 61.5 -57.6) |
| LCH | lch(45.2 84.3 316.8) |
| OKLCH | oklch(0.555 0.217 311.2) |
Copy-ready code
/* CSS */
color: #9b3dcd;
background-color: #9b3dcd;
/* Tailwind (arbitrary) */
class="text-[#9b3dcd] bg-[#9b3dcd]"
/* SCSS */
$brand: #9b3dcd;
/* SwiftUI */
Color(red: 0.608, green: 0.239, blue: 0.804)
/* Android */
Color.parseColor("#9b3dcd")Accessibility — WCAG contrast
Aa
#9b3dcd on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b3dcd on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green23.9%
Blue80.4%
CMYK percentages
Cyan24.4%
Magenta70.2%
Yellow0.0%
Key (black)19.6%
Color previews
#9b3dcd text on a black background
contrast 3.94:1
Card sample
#9b3dcd text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b3dcd;
Background color
Panel with #9b3dcd background
background-color: #9b3dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b3dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 61, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 61, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b3dcd; background: linear-gradient(135deg, #9b3dcd, #CD3D9F);