#552eb4
a dark, vivid violet · warm · closest name: indigo
RGB
85, 46, 180
HSL
258°, 59%, 44%
CMYK
53, 74, 0, 29
Luminance
0.0718
Every format
| HEX | #552eb4 |
| RGB | rgb(85, 46, 180) |
| HSL | hsl(258, 59%, 44%) |
| CMYK | cmyk(53%, 74%, 0%, 29%) |
| LAB | lab(32.2 49.5 -64.6) |
| LCH | lch(32.2 81.4 307.5) |
| OKLCH | oklch(0.438 0.196 288.9) |
Copy-ready code
/* CSS */
color: #552eb4;
background-color: #552eb4;
/* Tailwind (arbitrary) */
class="text-[#552eb4] bg-[#552eb4]"
/* SCSS */
$brand: #552eb4;
/* SwiftUI */
Color(red: 0.333, green: 0.180, blue: 0.706)
/* Android */
Color.parseColor("#552eb4")Accessibility — WCAG contrast
Aa
#552eb4 on white: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552eb4 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green18.0%
Blue70.6%
CMYK percentages
Cyan52.8%
Magenta74.4%
Yellow0.0%
Key (black)29.4%
Color previews
#552eb4 text on a black background
contrast 2.44:1
Card sample
#552eb4 text on a white background
contrast 8.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552eb4;
Background color
Panel with #552eb4 background
background-color: #552eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 46, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 46, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552eb4; background: linear-gradient(135deg, #552eb4, #AE2EB4);