#9922cc
a balanced, vivid violet · warm · closest name: indigo
RGB
153, 34, 204
HSL
282°, 71%, 47%
CMYK
25, 83, 0, 20
Luminance
0.1228
Every format
| HEX | #9922cc |
| RGB | rgb(153, 34, 204) |
| HSL | hsl(282, 71%, 47%) |
| CMYK | cmyk(25%, 83%, 0%, 20%) |
| LAB | lab(41.6 70.2 -62.9) |
| LCH | lch(41.6 94.2 318.1) |
| OKLCH | oklch(0.529 0.241 312.4) |
Copy-ready code
/* CSS */
color: #9922cc;
background-color: #9922cc;
/* Tailwind (arbitrary) */
class="text-[#9922cc] bg-[#9922cc]"
/* SCSS */
$brand: #9922cc;
/* SwiftUI */
Color(red: 0.600, green: 0.133, blue: 0.800)
/* Android */
Color.parseColor("#9922cc")Accessibility — WCAG contrast
Aa
#9922cc on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9922cc on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green13.3%
Blue80.0%
CMYK percentages
Cyan25.0%
Magenta83.3%
Yellow0.0%
Key (black)20.0%
Color previews
#9922cc text on a black background
contrast 3.46:1
Card sample
#9922cc text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9922cc;
Background color
Panel with #9922cc background
background-color: #9922cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9922cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 34, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 34, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9922cc; background: linear-gradient(135deg, #9922cc, #CC228E);