#861321
a dark, electric red · warm · closest name: maroon
RGB
134, 19, 33
HSL
353°, 75%, 30%
CMYK
0, 86, 75, 48
Luminance
0.0564
Every format
| HEX | #861321 |
| RGB | rgb(134, 19, 33) |
| HSL | hsl(353, 75%, 30%) |
| CMYK | cmyk(0%, 86%, 75%, 48%) |
| LAB | lab(28.5 46.9 24.1) |
| LCH | lch(28.5 52.7 27.2) |
| OKLCH | oklch(0.402 0.148 21.7) |
Copy-ready code
/* CSS */
color: #861321;
background-color: #861321;
/* Tailwind (arbitrary) */
class="text-[#861321] bg-[#861321]"
/* SCSS */
$brand: #861321;
/* SwiftUI */
Color(red: 0.525, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#861321")Accessibility — WCAG contrast
Aa
#861321 on white: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#861321 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow75.4%
Key (black)47.5%
Color previews
#861321 text on a black background
contrast 2.13:1
Card sample
#861321 text on a white background
contrast 9.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #861321;
Background color
Panel with #861321 background
background-color: #861321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #861321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #861321; background: linear-gradient(135deg, #861321, #865213);