#860a13
a dark, electric red · warm · closest name: maroon
RGB
134, 10, 19
HSL
356°, 86%, 28%
CMYK
0, 93, 86, 48
Luminance
0.0533
Every format
| HEX | #860a13 |
| RGB | rgb(134, 10, 19) |
| HSL | hsl(356, 86%, 28%) |
| CMYK | cmyk(0%, 93%, 86%, 48%) |
| LAB | lab(27.7 48.3 31.8) |
| LCH | lch(27.7 57.8 33.4) |
| OKLCH | oklch(0.395 0.154 25.8) |
Copy-ready code
/* CSS */
color: #860a13;
background-color: #860a13;
/* Tailwind (arbitrary) */
class="text-[#860a13] bg-[#860a13]"
/* SCSS */
$brand: #860a13;
/* SwiftUI */
Color(red: 0.525, green: 0.039, blue: 0.075)
/* Android */
Color.parseColor("#860a13")Accessibility — WCAG contrast
Aa
#860a13 on white: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#860a13 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green3.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow85.8%
Key (black)47.5%
Color previews
#860a13 text on a black background
contrast 2.07:1
Card sample
#860a13 text on a white background
contrast 10.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #860a13;
Background color
Panel with #860a13 background
background-color: #860a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #860a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 10, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 10, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #860a13; background: linear-gradient(135deg, #860a13, #86530A);