#865607
a dark, electric orange · warm · closest name: sienna
RGB
134, 86, 7
HSL
37°, 90%, 28%
CMYK
0, 36, 95, 48
Luminance
0.1174
Every format
| HEX | #865607 |
| RGB | rgb(134, 86, 7) |
| HSL | hsl(37, 90%, 28%) |
| CMYK | cmyk(0%, 36%, 95%, 48%) |
| LAB | lab(40.8 14.1 47.3) |
| LCH | lch(40.8 49.3 73.4) |
| OKLCH | oklch(0.495 0.104 71.2) |
Copy-ready code
/* CSS */
color: #865607;
background-color: #865607;
/* Tailwind (arbitrary) */
class="text-[#865607] bg-[#865607]"
/* SCSS */
$brand: #865607;
/* SwiftUI */
Color(red: 0.525, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#865607")Accessibility — WCAG contrast
Aa
#865607 on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#865607 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow94.8%
Key (black)47.5%
Color previews
#865607 text on a black background
contrast 3.35:1
Card sample
#865607 text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #865607;
Background color
Panel with #865607 background
background-color: #865607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #865607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #865607; background: linear-gradient(135deg, #865607, #618607);