#865713
a dark, electric orange · warm · closest name: sienna
RGB
134, 87, 19
HSL
36°, 75%, 30%
CMYK
0, 35, 86, 48
Luminance
0.1193
Every format
| HEX | #865713 |
| RGB | rgb(134, 87, 19) |
| HSL | hsl(36, 75%, 30%) |
| CMYK | cmyk(0%, 35%, 86%, 48%) |
| LAB | lab(41.1 13.8 43.9) |
| LCH | lch(41.1 46.0 72.5) |
| OKLCH | oklch(0.497 0.100 70.2) |
Copy-ready code
/* CSS */
color: #865713;
background-color: #865713;
/* Tailwind (arbitrary) */
class="text-[#865713] bg-[#865713]"
/* SCSS */
$brand: #865713;
/* SwiftUI */
Color(red: 0.525, green: 0.341, blue: 0.075)
/* Android */
Color.parseColor("#865713")Accessibility — WCAG contrast
Aa
#865713 on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#865713 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green34.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow85.8%
Key (black)47.5%
Color previews
#865713 text on a black background
contrast 3.39:1
Card sample
#865713 text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #865713;
Background color
Panel with #865713 background
background-color: #865713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #865713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 87, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 87, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #865713; background: linear-gradient(135deg, #865713, #688613);