#552b79
a dark, vivid violet · warm · closest name: midnightblue
RGB
85, 43, 121
HSL
272°, 48%, 32%
CMYK
30, 65, 0, 53
Luminance
0.0504
Every format
| HEX | #552b79 |
| RGB | rgb(85, 43, 121) |
| HSL | hsl(272, 48%, 32%) |
| CMYK | cmyk(30%, 65%, 0%, 53%) |
| LAB | lab(26.9 35.0 -37.2) |
| LCH | lch(26.9 51.0 313.3) |
| OKLCH | oklch(0.384 0.130 306.0) |
Copy-ready code
/* CSS */
color: #552b79;
background-color: #552b79;
/* Tailwind (arbitrary) */
class="text-[#552b79] bg-[#552b79]"
/* SCSS */
$brand: #552b79;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.475)
/* Android */
Color.parseColor("#552b79")Accessibility — WCAG contrast
Aa
#552b79 on white: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b79 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue47.5%
CMYK percentages
Cyan29.8%
Magenta64.5%
Yellow0.0%
Key (black)52.5%
Color previews
#552b79 text on a black background
contrast 2.01:1
Card sample
#552b79 text on a white background
contrast 10.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b79;
Background color
Panel with #552b79 background
background-color: #552b79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b79; background: linear-gradient(135deg, #552b79, #792B69);