#550022
a deep, electric magenta / pink · warm · closest name: maroon
RGB
85, 0, 34
HSL
336°, 100%, 17%
CMYK
0, 100, 60, 67
Luminance
0.0205
Every format
| HEX | #550022 |
| RGB | rgb(85, 0, 34) |
| HSL | hsl(336, 100%, 17%) |
| CMYK | cmyk(0%, 100%, 60%, 67%) |
| LAB | lab(15.7 37.6 4.8) |
| LCH | lch(15.7 38.0 7.2) |
| OKLCH | oklch(0.289 0.116 6.1) |
Copy-ready code
/* CSS */
color: #550022;
background-color: #550022;
/* Tailwind (arbitrary) */
class="text-[#550022] bg-[#550022]"
/* SCSS */
$brand: #550022;
/* SwiftUI */
Color(red: 0.333, green: 0.000, blue: 0.133)
/* Android */
Color.parseColor("#550022")Accessibility — WCAG contrast
Aa
#550022 on white: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#550022 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green0.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow60.0%
Key (black)66.7%
Color previews
#550022 text on a black background
contrast 1.41:1
Card sample
#550022 text on a white background
contrast 14.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #550022;
Background color
Panel with #550022 background
background-color: #550022;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #550022;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 0, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 0, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #550022; background: linear-gradient(135deg, #550022, #551700);