#552b8a
a dark, vivid violet · warm · closest name: midnightblue
RGB
85, 43, 138
HSL
267°, 53%, 36%
CMYK
38, 69, 0, 46
Luminance
0.0549
Every format
| HEX | #552b8a |
| RGB | rgb(85, 43, 138) |
| HSL | hsl(267, 53%, 36%) |
| CMYK | cmyk(38%, 69%, 0%, 46%) |
| LAB | lab(28.1 39.5 -45.8) |
| LCH | lch(28.1 60.5 310.7) |
| OKLCH | oklch(0.397 0.150 299.8) |
Copy-ready code
/* CSS */
color: #552b8a;
background-color: #552b8a;
/* Tailwind (arbitrary) */
class="text-[#552b8a] bg-[#552b8a]"
/* SCSS */
$brand: #552b8a;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.541)
/* Android */
Color.parseColor("#552b8a")Accessibility — WCAG contrast
Aa
#552b8a on white: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b8a on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue54.1%
CMYK percentages
Cyan38.4%
Magenta68.8%
Yellow0.0%
Key (black)45.9%
Color previews
#552b8a text on a black background
contrast 2.10:1
Card sample
#552b8a text on a white background
contrast 10.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b8a;
Background color
Panel with #552b8a background
background-color: #552b8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b8a; background: linear-gradient(135deg, #552b8a, #8A2B80);