#5502ab
a dark, electric violet · warm · closest name: indigo
RGB
85, 2, 171
HSL
270°, 98%, 34%
CMYK
50, 99, 0, 33
Luminance
0.0491
Every format
| HEX | #5502ab |
| RGB | rgb(85, 2, 171) |
| HSL | hsl(270, 98%, 34%) |
| CMYK | cmyk(50%, 99%, 0%, 33%) |
| LAB | lab(26.5 61.4 -68.6) |
| LCH | lch(26.5 92.1 311.8) |
| OKLCH | oklch(0.396 0.216 294.5) |
Copy-ready code
/* CSS */
color: #5502ab;
background-color: #5502ab;
/* Tailwind (arbitrary) */
class="text-[#5502ab] bg-[#5502ab]"
/* SCSS */
$brand: #5502ab;
/* SwiftUI */
Color(red: 0.333, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#5502ab")Accessibility — WCAG contrast
Aa
#5502ab on white: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5502ab on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green0.8%
Blue67.1%
CMYK percentages
Cyan50.3%
Magenta98.8%
Yellow0.0%
Key (black)32.9%
Color previews
#5502ab text on a black background
contrast 1.98:1
Card sample
#5502ab text on a white background
contrast 10.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5502ab;
Background color
Panel with #5502ab background
background-color: #5502ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5502ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5502ab; background: linear-gradient(135deg, #5502ab, #AB0290);