#9b4bfd
a balanced, electric violet · warm · closest name: slateblue
RGB
155, 75, 253
HSL
267°, 98%, 64%
CMYK
39, 70, 0, 1
Luminance
0.1909
Every format
| HEX | #9b4bfd |
| RGB | rgb(155, 75, 253) |
| HSL | hsl(267, 98%, 64%) |
| CMYK | cmyk(39%, 70%, 0%, 1%) |
| LAB | lab(50.8 66.2 -75.8) |
| LCH | lch(50.8 100.7 311.1) |
| OKLCH | oklch(0.605 0.248 299.3) |
Copy-ready code
/* CSS */
color: #9b4bfd;
background-color: #9b4bfd;
/* Tailwind (arbitrary) */
class="text-[#9b4bfd] bg-[#9b4bfd]"
/* SCSS */
$brand: #9b4bfd;
/* SwiftUI */
Color(red: 0.608, green: 0.294, blue: 0.992)
/* Android */
Color.parseColor("#9b4bfd")Accessibility — WCAG contrast
Aa
#9b4bfd on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b4bfd on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green29.4%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta70.4%
Yellow0.0%
Key (black)0.8%
Color previews
#9b4bfd text on a black background
contrast 4.82:1
Card sample
#9b4bfd text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b4bfd;
Background color
Panel with #9b4bfd background
background-color: #9b4bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b4bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 75, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 75, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b4bfd; background: linear-gradient(135deg, #9b4bfd, #FD4BE8);