#865708
a dark, electric orange · warm · closest name: sienna
RGB
134, 87, 8
HSL
38°, 89%, 28%
CMYK
0, 35, 94, 48
Luminance
0.1190
Every format
| HEX | #865708 |
| RGB | rgb(134, 87, 8) |
| HSL | hsl(38, 89%, 28%) |
| CMYK | cmyk(0%, 35%, 94%, 48%) |
| LAB | lab(41.1 13.5 47.2) |
| LCH | lch(41.1 49.1 74.0) |
| OKLCH | oklch(0.497 0.103 72.0) |
Copy-ready code
/* CSS */
color: #865708;
background-color: #865708;
/* Tailwind (arbitrary) */
class="text-[#865708] bg-[#865708]"
/* SCSS */
$brand: #865708;
/* SwiftUI */
Color(red: 0.525, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#865708")Accessibility — WCAG contrast
Aa
#865708 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#865708 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow94.0%
Key (black)47.5%
Color previews
#865708 text on a black background
contrast 3.38:1
Card sample
#865708 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #865708;
Background color
Panel with #865708 background
background-color: #865708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #865708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #865708; background: linear-gradient(135deg, #865708, #618608);