#862613
a dark, electric red · warm · closest name: maroon
RGB
134, 38, 19
HSL
10°, 75%, 30%
CMYK
0, 72, 86, 48
Luminance
0.0650
Every format
| HEX | #862613 |
| RGB | rgb(134, 38, 19) |
| HSL | hsl(10, 75%, 30%) |
| CMYK | cmyk(0%, 72%, 86%, 48%) |
| LAB | lab(30.6 39.9 34.6) |
| LCH | lch(30.6 52.8 40.9) |
| OKLCH | oklch(0.417 0.134 33.1) |
Copy-ready code
/* CSS */
color: #862613;
background-color: #862613;
/* Tailwind (arbitrary) */
class="text-[#862613] bg-[#862613]"
/* SCSS */
$brand: #862613;
/* SwiftUI */
Color(red: 0.525, green: 0.149, blue: 0.075)
/* Android */
Color.parseColor("#862613")Accessibility — WCAG contrast
Aa
#862613 on white: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#862613 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green14.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow85.8%
Key (black)47.5%
Color previews
#862613 text on a black background
contrast 2.30:1
Card sample
#862613 text on a white background
contrast 9.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862613;
Background color
Panel with #862613 background
background-color: #862613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 38, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 38, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862613; background: linear-gradient(135deg, #862613, #867313);