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