#552299
a dark, vivid violet · warm · closest name: indigo
RGB
85, 34, 153
HSL
266°, 64%, 37%
CMYK
44, 78, 0, 40
Luminance
0.0538
Every format
| HEX | #552299 |
| RGB | rgb(85, 34, 153) |
| HSL | hsl(266, 64%, 37%) |
| CMYK | cmyk(44%, 78%, 0%, 40%) |
| LAB | lab(27.8 47.9 -55.6) |
| LCH | lch(27.8 73.3 310.7) |
| OKLCH | oklch(0.399 0.178 296.9) |
Copy-ready code
/* CSS */
color: #552299;
background-color: #552299;
/* Tailwind (arbitrary) */
class="text-[#552299] bg-[#552299]"
/* SCSS */
$brand: #552299;
/* SwiftUI */
Color(red: 0.333, green: 0.133, blue: 0.600)
/* Android */
Color.parseColor("#552299")Accessibility — WCAG contrast
Aa
#552299 on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552299 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green13.3%
Blue60.0%
CMYK percentages
Cyan44.4%
Magenta77.8%
Yellow0.0%
Key (black)40.0%
Color previews
#552299 text on a black background
contrast 2.08:1
Card sample
#552299 text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552299;
Background color
Panel with #552299 background
background-color: #552299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 34, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 34, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552299; background: linear-gradient(135deg, #552299, #99228E);