#551321
a deep, vivid red · warm · closest name: maroon
RGB
85, 19, 33
HSL
347°, 64%, 20%
CMYK
0, 78, 61, 67
Luminance
0.0251
Every format
| HEX | #551321 |
| RGB | rgb(85, 19, 33) |
| HSL | hsl(347, 64%, 20%) |
| CMYK | cmyk(0%, 78%, 61%, 67%) |
| LAB | lab(17.9 31.2 8.6) |
| LCH | lch(17.9 32.3 15.4) |
| OKLCH | oklch(0.305 0.097 12.8) |
Copy-ready code
/* CSS */
color: #551321;
background-color: #551321;
/* Tailwind (arbitrary) */
class="text-[#551321] bg-[#551321]"
/* SCSS */
$brand: #551321;
/* SwiftUI */
Color(red: 0.333, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#551321")Accessibility — WCAG contrast
Aa
#551321 on white: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551321 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow61.2%
Key (black)66.7%
Color previews
#551321 text on a black background
contrast 1.50:1
Card sample
#551321 text on a white background
contrast 13.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551321;
Background color
Panel with #551321 background
background-color: #551321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551321; background: linear-gradient(135deg, #551321, #553113);