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