#550621
a deep, electric magenta / pink · warm · closest name: maroon
RGB
85, 6, 33
HSL
340°, 87%, 18%
CMYK
0, 93, 61, 67
Luminance
0.0217
Every format
| HEX | #550621 |
| RGB | rgb(85, 6, 33) |
| HSL | hsl(340, 87%, 18%) |
| CMYK | cmyk(0%, 93%, 61%, 67%) |
| LAB | lab(16.4 35.7 6.4) |
| LCH | lch(16.4 36.2 10.1) |
| OKLCH | oklch(0.293 0.110 8.5) |
Copy-ready code
/* CSS */
color: #550621;
background-color: #550621;
/* Tailwind (arbitrary) */
class="text-[#550621] bg-[#550621]"
/* SCSS */
$brand: #550621;
/* SwiftUI */
Color(red: 0.333, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#550621")Accessibility — WCAG contrast
Aa
#550621 on white: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#550621 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow61.2%
Key (black)66.7%
Color previews
#550621 text on a black background
contrast 1.43:1
Card sample
#550621 text on a white background
contrast 14.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #550621;
Background color
Panel with #550621 background
background-color: #550621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #550621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #550621; background: linear-gradient(135deg, #550621, #552006);