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