#861c01
a dark, electric red · warm · closest name: maroon
RGB
134, 28, 1
HSL
12°, 99%, 27%
CMYK
0, 79, 99, 48
Luminance
0.0590
Every format
| HEX | #861c01 |
| RGB | rgb(134, 28, 1) |
| HSL | hsl(12, 99%, 27%) |
| CMYK | cmyk(0%, 79%, 99%, 48%) |
| LAB | lab(29.2 43.3 41.3) |
| LCH | lch(29.2 59.9 43.6) |
| OKLCH | oklch(0.406 0.145 34.0) |
Copy-ready code
/* CSS */
color: #861c01;
background-color: #861c01;
/* Tailwind (arbitrary) */
class="text-[#861c01] bg-[#861c01]"
/* SCSS */
$brand: #861c01;
/* SwiftUI */
Color(red: 0.525, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#861c01")Accessibility — WCAG contrast
Aa
#861c01 on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#861c01 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow99.3%
Key (black)47.5%
Color previews
#861c01 text on a black background
contrast 2.18:1
Card sample
#861c01 text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #861c01;
Background color
Panel with #861c01 background
background-color: #861c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #861c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #861c01; background: linear-gradient(135deg, #861c01, #867501);