#552aa2
a dark, vivid violet · warm · closest name: indigo
RGB
85, 42, 162
HSL
262°, 59%, 40%
CMYK
48, 74, 0, 37
Luminance
0.0620
Every format
| HEX | #552aa2 |
| RGB | rgb(85, 42, 162) |
| HSL | hsl(262, 59%, 40%) |
| CMYK | cmyk(48%, 74%, 0%, 37%) |
| LAB | lab(29.9 46.5 -57.6) |
| LCH | lch(29.9 74.0 308.9) |
| OKLCH | oklch(0.416 0.180 293.3) |
Copy-ready code
/* CSS */
color: #552aa2;
background-color: #552aa2;
/* Tailwind (arbitrary) */
class="text-[#552aa2] bg-[#552aa2]"
/* SCSS */
$brand: #552aa2;
/* SwiftUI */
Color(red: 0.333, green: 0.165, blue: 0.635)
/* Android */
Color.parseColor("#552aa2")Accessibility — WCAG contrast
Aa
#552aa2 on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552aa2 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.5%
Blue63.5%
CMYK percentages
Cyan47.5%
Magenta74.1%
Yellow0.0%
Key (black)36.5%
Color previews
#552aa2 text on a black background
contrast 2.24:1
Card sample
#552aa2 text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552aa2;
Background color
Panel with #552aa2 background
background-color: #552aa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552aa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 42, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 42, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552aa2; background: linear-gradient(135deg, #552aa2, #A22A9F);