#863913
a dark, electric orange · warm · closest name: sienna
RGB
134, 57, 19
HSL
20°, 75%, 30%
CMYK
0, 58, 86, 48
Luminance
0.0804
Every format
| HEX | #863913 |
| RGB | rgb(134, 57, 19) |
| HSL | hsl(20, 75%, 30%) |
| CMYK | cmyk(0%, 58%, 86%, 48%) |
| LAB | lab(34.1 30.9 37.7) |
| LCH | lch(34.1 48.7 50.7) |
| OKLCH | oklch(0.443 0.116 43.5) |
Copy-ready code
/* CSS */
color: #863913;
background-color: #863913;
/* Tailwind (arbitrary) */
class="text-[#863913] bg-[#863913]"
/* SCSS */
$brand: #863913;
/* SwiftUI */
Color(red: 0.525, green: 0.224, blue: 0.075)
/* Android */
Color.parseColor("#863913")Accessibility — WCAG contrast
Aa
#863913 on white: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#863913 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green22.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow85.8%
Key (black)47.5%
Color previews
#863913 text on a black background
contrast 2.61:1
Card sample
#863913 text on a white background
contrast 8.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #863913;
Background color
Panel with #863913 background
background-color: #863913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #863913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 57, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 57, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #863913; background: linear-gradient(135deg, #863913, #868613);