#552b9f
a dark, vivid violet · warm · closest name: indigo
RGB
85, 43, 159
HSL
262°, 57%, 40%
CMYK
47, 73, 0, 38
Luminance
0.0616
Every format
| HEX | #552b9f |
| RGB | rgb(85, 43, 159) |
| HSL | hsl(262, 57%, 40%) |
| CMYK | cmyk(47%, 73%, 0%, 38%) |
| LAB | lab(29.8 45.2 -55.9) |
| LCH | lch(29.8 71.9 308.9) |
| OKLCH | oklch(0.415 0.175 293.9) |
Copy-ready code
/* CSS */
color: #552b9f;
background-color: #552b9f;
/* Tailwind (arbitrary) */
class="text-[#552b9f] bg-[#552b9f]"
/* SCSS */
$brand: #552b9f;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.624)
/* Android */
Color.parseColor("#552b9f")Accessibility — WCAG contrast
Aa
#552b9f on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b9f on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue62.4%
CMYK percentages
Cyan46.5%
Magenta73.0%
Yellow0.0%
Key (black)37.6%
Color previews
#552b9f text on a black background
contrast 2.23:1
Card sample
#552b9f text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b9f;
Background color
Panel with #552b9f background
background-color: #552b9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b9f; background: linear-gradient(135deg, #552b9f, #9F2B9C);