#861521
a dark, vivid red · warm · closest name: maroon
RGB
134, 21, 33
HSL
354°, 73%, 30%
CMYK
0, 84, 75, 48
Luminance
0.0571
Every format
| HEX | #861521 |
| RGB | rgb(134, 21, 33) |
| HSL | hsl(354, 73%, 30%) |
| CMYK | cmyk(0%, 84%, 75%, 48%) |
| LAB | lab(28.7 46.4 24.3) |
| LCH | lch(28.7 52.3 27.7) |
| OKLCH | oklch(0.403 0.146 22.1) |
Copy-ready code
/* CSS */
color: #861521;
background-color: #861521;
/* Tailwind (arbitrary) */
class="text-[#861521] bg-[#861521]"
/* SCSS */
$brand: #861521;
/* SwiftUI */
Color(red: 0.525, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#861521")Accessibility — WCAG contrast
Aa
#861521 on white: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#861521 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow75.4%
Key (black)47.5%
Color previews
#861521 text on a black background
contrast 2.14:1
Card sample
#861521 text on a white background
contrast 9.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #861521;
Background color
Panel with #861521 background
background-color: #861521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #861521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #861521; background: linear-gradient(135deg, #861521, #865415);