#863f13
a dark, electric orange · warm · closest name: sienna
RGB
134, 63, 19
HSL
23°, 75%, 30%
CMYK
0, 53, 86, 48
Luminance
0.0867
Every format
| HEX | #863f13 |
| RGB | rgb(134, 63, 19) |
| HSL | hsl(23, 75%, 30%) |
| CMYK | cmyk(0%, 53%, 86%, 48%) |
| LAB | lab(35.3 27.6 38.8) |
| LCH | lch(35.3 47.6 54.6) |
| OKLCH | oklch(0.453 0.111 47.9) |
Copy-ready code
/* CSS */
color: #863f13;
background-color: #863f13;
/* Tailwind (arbitrary) */
class="text-[#863f13] bg-[#863f13]"
/* SCSS */
$brand: #863f13;
/* SwiftUI */
Color(red: 0.525, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#863f13")Accessibility — WCAG contrast
Aa
#863f13 on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#863f13 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green24.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow85.8%
Key (black)47.5%
Color previews
#863f13 text on a black background
contrast 2.73:1
Card sample
#863f13 text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #863f13;
Background color
Panel with #863f13 background
background-color: #863f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #863f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #863f13; background: linear-gradient(135deg, #863f13, #808613);