#552b96
a dark, vivid violet · warm · closest name: indigo
RGB
85, 43, 150
HSL
264°, 55%, 38%
CMYK
43, 71, 0, 41
Luminance
0.0586
Every format
| HEX | #552b96 |
| RGB | rgb(85, 43, 150) |
| HSL | hsl(264, 55%, 38%) |
| CMYK | cmyk(43%, 71%, 0%, 41%) |
| LAB | lab(29.1 42.7 -51.6) |
| LCH | lch(29.1 67.0 309.6) |
| OKLCH | oklch(0.407 0.165 296.3) |
Copy-ready code
/* CSS */
color: #552b96;
background-color: #552b96;
/* Tailwind (arbitrary) */
class="text-[#552b96] bg-[#552b96]"
/* SCSS */
$brand: #552b96;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.588)
/* Android */
Color.parseColor("#552b96")Accessibility — WCAG contrast
Aa
#552b96 on white: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b96 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue58.8%
CMYK percentages
Cyan43.3%
Magenta71.3%
Yellow0.0%
Key (black)41.2%
Color previews
#552b96 text on a black background
contrast 2.17:1
Card sample
#552b96 text on a white background
contrast 9.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b96;
Background color
Panel with #552b96 background
background-color: #552b96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b96; background: linear-gradient(135deg, #552b96, #962B8F);