#9322cc
a balanced, vivid violet · warm · closest name: indigo
RGB
147, 34, 204
HSL
280°, 71%, 47%
CMYK
28, 83, 0, 20
Luminance
0.1171
Every format
| HEX | #9322cc |
| RGB | rgb(147, 34, 204) |
| HSL | hsl(280, 71%, 47%) |
| CMYK | cmyk(28%, 83%, 0%, 20%) |
| LAB | lab(40.8 69.2 -64.4) |
| LCH | lch(40.8 94.6 317.1) |
| OKLCH | oklch(0.521 0.240 310.3) |
Copy-ready code
/* CSS */
color: #9322cc;
background-color: #9322cc;
/* Tailwind (arbitrary) */
class="text-[#9322cc] bg-[#9322cc]"
/* SCSS */
$brand: #9322cc;
/* SwiftUI */
Color(red: 0.576, green: 0.133, blue: 0.800)
/* Android */
Color.parseColor("#9322cc")Accessibility — WCAG contrast
Aa
#9322cc on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9322cc on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green13.3%
Blue80.0%
CMYK percentages
Cyan27.9%
Magenta83.3%
Yellow0.0%
Key (black)20.0%
Color previews
#9322cc text on a black background
contrast 3.34:1
Card sample
#9322cc text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9322cc;
Background color
Panel with #9322cc background
background-color: #9322cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9322cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 34, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 34, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9322cc; background: linear-gradient(135deg, #9322cc, #CC2294);