#551521
a deep, vivid red · warm · closest name: maroon
RGB
85, 21, 33
HSL
349°, 60%, 21%
CMYK
0, 75, 61, 67
Luminance
0.0258
Every format
| HEX | #551521 |
| RGB | rgb(85, 21, 33) |
| HSL | hsl(349, 60%, 21%) |
| CMYK | cmyk(0%, 75%, 61%, 67%) |
| LAB | lab(18.3 30.3 9.0) |
| LCH | lch(18.3 31.6 16.5) |
| OKLCH | oklch(0.307 0.094 13.8) |
Copy-ready code
/* CSS */
color: #551521;
background-color: #551521;
/* Tailwind (arbitrary) */
class="text-[#551521] bg-[#551521]"
/* SCSS */
$brand: #551521;
/* SwiftUI */
Color(red: 0.333, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#551521")Accessibility — WCAG contrast
Aa
#551521 on white: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551521 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow61.2%
Key (black)66.7%
Color previews
#551521 text on a black background
contrast 1.52:1
Card sample
#551521 text on a white background
contrast 13.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551521;
Background color
Panel with #551521 background
background-color: #551521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551521; background: linear-gradient(135deg, #551521, #553415);