#552baa
a dark, vivid violet · warm · closest name: indigo
RGB
85, 43, 170
HSL
260°, 60%, 42%
CMYK
50, 75, 0, 33
Luminance
0.0656
Every format
| HEX | #552baa |
| RGB | rgb(85, 43, 170) |
| HSL | hsl(260, 60%, 42%) |
| CMYK | cmyk(50%, 75%, 0%, 33%) |
| LAB | lab(30.8 48.2 -61.0) |
| LCH | lch(30.8 77.7 308.3) |
| OKLCH | oklch(0.425 0.188 291.4) |
Copy-ready code
/* CSS */
color: #552baa;
background-color: #552baa;
/* Tailwind (arbitrary) */
class="text-[#552baa] bg-[#552baa]"
/* SCSS */
$brand: #552baa;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.667)
/* Android */
Color.parseColor("#552baa")Accessibility — WCAG contrast
Aa
#552baa on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552baa on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue66.7%
CMYK percentages
Cyan50.0%
Magenta74.7%
Yellow0.0%
Key (black)33.3%
Color previews
#552baa text on a black background
contrast 2.31:1
Card sample
#552baa text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552baa;
Background color
Panel with #552baa background
background-color: #552baa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552baa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552baa; background: linear-gradient(135deg, #552baa, #AA2BAA);