#864708
a dark, electric orange · warm · closest name: sienna
RGB
134, 71, 8
HSL
30°, 89%, 28%
CMYK
0, 47, 94, 48
Luminance
0.0959
Every format
| HEX | #864708 |
| RGB | rgb(134, 71, 8) |
| HSL | hsl(30, 89%, 28%) |
| CMYK | cmyk(0%, 47%, 94%, 48%) |
| LAB | lab(37.1 22.8 44.2) |
| LCH | lch(37.1 49.8 62.7) |
| OKLCH | oklch(0.466 0.109 57.1) |
Copy-ready code
/* CSS */
color: #864708;
background-color: #864708;
/* Tailwind (arbitrary) */
class="text-[#864708] bg-[#864708]"
/* SCSS */
$brand: #864708;
/* SwiftUI */
Color(red: 0.525, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#864708")Accessibility — WCAG contrast
Aa
#864708 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#864708 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green27.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow94.0%
Key (black)47.5%
Color previews
#864708 text on a black background
contrast 2.92:1
Card sample
#864708 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #864708;
Background color
Panel with #864708 background
background-color: #864708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #864708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #864708; background: linear-gradient(135deg, #864708, #718608);