#5522aa
a dark, vivid violet · warm · closest name: indigo
RGB
85, 34, 170
HSL
263°, 67%, 40%
CMYK
50, 80, 0, 33
Luminance
0.0598
Every format
| HEX | #5522aa |
| RGB | rgb(85, 34, 170) |
| HSL | hsl(263, 67%, 40%) |
| CMYK | cmyk(50%, 80%, 0%, 33%) |
| LAB | lab(29.4 52.3 -63.3) |
| LCH | lch(29.4 82.1 309.6) |
| OKLCH | oklch(0.415 0.197 292.5) |
Copy-ready code
/* CSS */
color: #5522aa;
background-color: #5522aa;
/* Tailwind (arbitrary) */
class="text-[#5522aa] bg-[#5522aa]"
/* SCSS */
$brand: #5522aa;
/* SwiftUI */
Color(red: 0.333, green: 0.133, blue: 0.667)
/* Android */
Color.parseColor("#5522aa")Accessibility — WCAG contrast
Aa
#5522aa on white: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5522aa on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green13.3%
Blue66.7%
CMYK percentages
Cyan50.0%
Magenta80.0%
Yellow0.0%
Key (black)33.3%
Color previews
#5522aa text on a black background
contrast 2.20:1
Card sample
#5522aa text on a white background
contrast 9.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5522aa;
Background color
Panel with #5522aa background
background-color: #5522aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5522aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 34, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 34, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5522aa; background: linear-gradient(135deg, #5522aa, #AA22A4);