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