#552b8f
a dark, vivid violet · warm · closest name: indigo
RGB
85, 43, 143
HSL
265°, 54%, 37%
CMYK
41, 70, 0, 44
Luminance
0.0564
Every format
| HEX | #552b8f |
| RGB | rgb(85, 43, 143) |
| HSL | hsl(265, 54%, 37%) |
| CMYK | cmyk(41%, 70%, 0%, 44%) |
| LAB | lab(28.5 40.8 -48.3) |
| LCH | lch(28.5 63.2 310.2) |
| OKLCH | oklch(0.402 0.156 298.3) |
Copy-ready code
/* CSS */
color: #552b8f;
background-color: #552b8f;
/* Tailwind (arbitrary) */
class="text-[#552b8f] bg-[#552b8f]"
/* SCSS */
$brand: #552b8f;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.561)
/* Android */
Color.parseColor("#552b8f")Accessibility — WCAG contrast
Aa
#552b8f on white: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b8f on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue56.1%
CMYK percentages
Cyan40.6%
Magenta69.9%
Yellow0.0%
Key (black)43.9%
Color previews
#552b8f text on a black background
contrast 2.13:1
Card sample
#552b8f text on a white background
contrast 9.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b8f;
Background color
Panel with #552b8f background
background-color: #552b8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b8f; background: linear-gradient(135deg, #552b8f, #8F2B86);