#9b33af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
155, 51, 175
HSL
290°, 55%, 44%
CMYK
11, 71, 0, 31
Luminance
0.1243
Every format
| HEX | #9b33af |
| RGB | rgb(155, 51, 175) |
| HSL | hsl(290, 55%, 44%) |
| CMYK | cmyk(11%, 71%, 0%, 31%) |
| LAB | lab(41.9 59.5 -45.5) |
| LCH | lch(41.9 74.9 322.6) |
| OKLCH | oklch(0.525 0.201 320.7) |
Copy-ready code
/* CSS */
color: #9b33af;
background-color: #9b33af;
/* Tailwind (arbitrary) */
class="text-[#9b33af] bg-[#9b33af]"
/* SCSS */
$brand: #9b33af;
/* SwiftUI */
Color(red: 0.608, green: 0.200, blue: 0.686)
/* Android */
Color.parseColor("#9b33af")Accessibility — WCAG contrast
Aa
#9b33af on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b33af on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green20.0%
Blue68.6%
CMYK percentages
Cyan11.4%
Magenta70.9%
Yellow0.0%
Key (black)31.4%
Color previews
#9b33af text on a black background
contrast 3.49:1
Card sample
#9b33af text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b33af;
Background color
Panel with #9b33af background
background-color: #9b33af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b33af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 51, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 51, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b33af; background: linear-gradient(135deg, #9b33af, #AF3370);