#811521
a dark, vivid red · warm · closest name: maroon
RGB
129, 21, 33
HSL
353°, 72%, 29%
CMYK
0, 84, 74, 49
Luminance
0.0531
Every format
| HEX | #811521 |
| RGB | rgb(129, 21, 33) |
| HSL | hsl(353, 72%, 29%) |
| CMYK | cmyk(0%, 84%, 74%, 49%) |
| LAB | lab(27.6 44.8 22.8) |
| LCH | lch(27.6 50.3 26.9) |
| OKLCH | oklch(0.393 0.141 21.6) |
Copy-ready code
/* CSS */
color: #811521;
background-color: #811521;
/* Tailwind (arbitrary) */
class="text-[#811521] bg-[#811521]"
/* SCSS */
$brand: #811521;
/* SwiftUI */
Color(red: 0.506, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#811521")Accessibility — WCAG contrast
Aa
#811521 on white: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#811521 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.7%
Yellow74.4%
Key (black)49.4%
Color previews
#811521 text on a black background
contrast 2.06:1
Card sample
#811521 text on a white background
contrast 10.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #811521;
Background color
Panel with #811521 background
background-color: #811521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #811521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #811521; background: linear-gradient(135deg, #811521, #815115);