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