#9b3eb3
a balanced, vivid violet · warm · closest name: purple
RGB
155, 62, 179
HSL
288°, 49%, 47%
CMYK
13, 65, 0, 30
Luminance
0.1367
Every format
| HEX | #9b3eb3 |
| RGB | rgb(155, 62, 179) |
| HSL | hsl(288, 49%, 47%) |
| CMYK | cmyk(13%, 65%, 0%, 30%) |
| LAB | lab(43.8 55.7 -44.9) |
| LCH | lch(43.8 71.5 321.1) |
| OKLCH | oklch(0.539 0.191 318.8) |
Copy-ready code
/* CSS */
color: #9b3eb3;
background-color: #9b3eb3;
/* Tailwind (arbitrary) */
class="text-[#9b3eb3] bg-[#9b3eb3]"
/* SCSS */
$brand: #9b3eb3;
/* SwiftUI */
Color(red: 0.608, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#9b3eb3")Accessibility — WCAG contrast
Aa
#9b3eb3 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b3eb3 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green24.3%
Blue70.2%
CMYK percentages
Cyan13.4%
Magenta65.4%
Yellow0.0%
Key (black)29.8%
Color previews
#9b3eb3 text on a black background
contrast 3.73:1
Card sample
#9b3eb3 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b3eb3;
Background color
Panel with #9b3eb3 background
background-color: #9b3eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b3eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b3eb3; background: linear-gradient(135deg, #9b3eb3, #B33E7D);