#552277
a dark, vivid violet · warm · closest name: midnightblue
RGB
85, 34, 119
HSL
276°, 56%, 30%
CMYK
29, 71, 0, 53
Luminance
0.0441
Every format
| HEX | #552277 |
| RGB | rgb(85, 34, 119) |
| HSL | hsl(276, 56%, 30%) |
| CMYK | cmyk(29%, 71%, 0%, 53%) |
| LAB | lab(25.0 39.2 -38.9) |
| LCH | lch(25.0 55.3 315.2) |
| OKLCH | oklch(0.370 0.141 308.5) |
Copy-ready code
/* CSS */
color: #552277;
background-color: #552277;
/* Tailwind (arbitrary) */
class="text-[#552277] bg-[#552277]"
/* SCSS */
$brand: #552277;
/* SwiftUI */
Color(red: 0.333, green: 0.133, blue: 0.467)
/* Android */
Color.parseColor("#552277")Accessibility — WCAG contrast
Aa
#552277 on white: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552277 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green13.3%
Blue46.7%
CMYK percentages
Cyan28.6%
Magenta71.4%
Yellow0.0%
Key (black)53.3%
Color previews
#552277 text on a black background
contrast 1.88:1
Card sample
#552277 text on a white background
contrast 11.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552277;
Background color
Panel with #552277 background
background-color: #552277;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552277;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 34, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 34, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552277; background: linear-gradient(135deg, #552277, #772260);