#552a7f
a dark, vivid violet · warm · closest name: midnightblue
RGB
85, 42, 127
HSL
270°, 50%, 33%
CMYK
33, 67, 0, 50
Luminance
0.0512
Every format
| HEX | #552a7f |
| RGB | rgb(85, 42, 127) |
| HSL | hsl(270, 50%, 33%) |
| CMYK | cmyk(33%, 67%, 0%, 50%) |
| LAB | lab(27.1 37.1 -40.6) |
| LCH | lch(27.1 55.0 312.4) |
| OKLCH | oklch(0.387 0.139 303.8) |
Copy-ready code
/* CSS */
color: #552a7f;
background-color: #552a7f;
/* Tailwind (arbitrary) */
class="text-[#552a7f] bg-[#552a7f]"
/* SCSS */
$brand: #552a7f;
/* SwiftUI */
Color(red: 0.333, green: 0.165, blue: 0.498)
/* Android */
Color.parseColor("#552a7f")Accessibility — WCAG contrast
Aa
#552a7f on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552a7f on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.5%
Blue49.8%
CMYK percentages
Cyan33.1%
Magenta66.9%
Yellow0.0%
Key (black)50.2%
Color previews
#552a7f text on a black background
contrast 2.02:1
Card sample
#552a7f text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552a7f;
Background color
Panel with #552a7f background
background-color: #552a7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552a7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 42, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 42, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552a7f; background: linear-gradient(135deg, #552a7f, #7F2A70);