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