#862f13
a dark, electric red · warm · closest name: sienna
RGB
134, 47, 19
HSL
15°, 75%, 30%
CMYK
0, 65, 86, 48
Luminance
0.0715
Every format
| HEX | #862f13 |
| RGB | rgb(134, 47, 19) |
| HSL | hsl(15, 75%, 30%) |
| CMYK | cmyk(0%, 65%, 86%, 48%) |
| LAB | lab(32.1 35.9 36.0) |
| LCH | lch(32.1 50.8 45.0) |
| OKLCH | oklch(0.429 0.126 37.4) |
Copy-ready code
/* CSS */
color: #862f13;
background-color: #862f13;
/* Tailwind (arbitrary) */
class="text-[#862f13] bg-[#862f13]"
/* SCSS */
$brand: #862f13;
/* SwiftUI */
Color(red: 0.525, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#862f13")Accessibility — WCAG contrast
Aa
#862f13 on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#862f13 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow85.8%
Key (black)47.5%
Color previews
#862f13 text on a black background
contrast 2.43:1
Card sample
#862f13 text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862f13;
Background color
Panel with #862f13 background
background-color: #862f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862f13; background: linear-gradient(135deg, #862f13, #867C13);