#551122
a deep, vivid red · warm · closest name: maroon
RGB
85, 17, 34
HSL
345°, 67%, 20%
CMYK
0, 80, 60, 67
Luminance
0.0245
Every format
| HEX | #551122 |
| RGB | rgb(85, 17, 34) |
| HSL | hsl(345, 67%, 20%) |
| CMYK | cmyk(0%, 80%, 60%, 67%) |
| LAB | lab(17.7 32.1 7.5) |
| LCH | lch(17.7 33.0 13.1) |
| OKLCH | oklch(0.303 0.099 11.0) |
Copy-ready code
/* CSS */
color: #551122;
background-color: #551122;
/* Tailwind (arbitrary) */
class="text-[#551122] bg-[#551122]"
/* SCSS */
$brand: #551122;
/* SwiftUI */
Color(red: 0.333, green: 0.067, blue: 0.133)
/* Android */
Color.parseColor("#551122")Accessibility — WCAG contrast
Aa
#551122 on white: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551122 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green6.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow60.0%
Key (black)66.7%
Color previews
#551122 text on a black background
contrast 1.49:1
Card sample
#551122 text on a white background
contrast 14.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551122;
Background color
Panel with #551122 background
background-color: #551122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 17, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 17, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551122; background: linear-gradient(135deg, #551122, #552D11);