#861f13
a dark, electric red · warm · closest name: maroon
RGB
134, 31, 19
HSL
6°, 75%, 30%
CMYK
0, 77, 86, 48
Luminance
0.0610
Every format
| HEX | #861f13 |
| RGB | rgb(134, 31, 19) |
| HSL | hsl(6, 75%, 30%) |
| CMYK | cmyk(0%, 77%, 86%, 48%) |
| LAB | lab(29.7 42.7 33.7) |
| LCH | lch(29.7 54.4 38.3) |
| OKLCH | oklch(0.410 0.140 30.5) |
Copy-ready code
/* CSS */
color: #861f13;
background-color: #861f13;
/* Tailwind (arbitrary) */
class="text-[#861f13] bg-[#861f13]"
/* SCSS */
$brand: #861f13;
/* SwiftUI */
Color(red: 0.525, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#861f13")Accessibility — WCAG contrast
Aa
#861f13 on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#861f13 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta76.9%
Yellow85.8%
Key (black)47.5%
Color previews
#861f13 text on a black background
contrast 2.22:1
Card sample
#861f13 text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #861f13;
Background color
Panel with #861f13 background
background-color: #861f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #861f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #861f13; background: linear-gradient(135deg, #861f13, #866C13);