#835607
a dark, electric orange · warm · closest name: sienna
RGB
131, 86, 7
HSL
38°, 90%, 27%
CMYK
0, 34, 95, 49
Luminance
0.1150
Every format
| HEX | #835607 |
| RGB | rgb(131, 86, 7) |
| HSL | hsl(38, 90%, 27%) |
| CMYK | cmyk(0%, 34%, 95%, 49%) |
| LAB | lab(40.4 12.7 46.8) |
| LCH | lch(40.4 48.5 74.8) |
| OKLCH | oklch(0.491 0.102 73.1) |
Copy-ready code
/* CSS */
color: #835607;
background-color: #835607;
/* Tailwind (arbitrary) */
class="text-[#835607] bg-[#835607]"
/* SCSS */
$brand: #835607;
/* SwiftUI */
Color(red: 0.514, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#835607")Accessibility — WCAG contrast
Aa
#835607 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#835607 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow94.7%
Key (black)48.6%
Color previews
#835607 text on a black background
contrast 3.30:1
Card sample
#835607 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #835607;
Background color
Panel with #835607 background
background-color: #835607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #835607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #835607; background: linear-gradient(135deg, #835607, #5E8307);