#835c0f
a dark, electric orange · warm · closest name: sienna
RGB
131, 92, 15
HSL
40°, 80%, 29%
CMYK
0, 30, 89, 49
Luminance
0.1251
Every format
| HEX | #835c0f |
| RGB | rgb(131, 92, 15) |
| HSL | hsl(40, 80%, 29%) |
| CMYK | cmyk(0%, 30%, 89%, 49%) |
| LAB | lab(42.0 9.3 45.8) |
| LCH | lch(42.0 46.8 78.5) |
| OKLCH | oklch(0.504 0.100 78.1) |
Copy-ready code
/* CSS */
color: #835c0f;
background-color: #835c0f;
/* Tailwind (arbitrary) */
class="text-[#835c0f] bg-[#835c0f]"
/* SCSS */
$brand: #835c0f;
/* SwiftUI */
Color(red: 0.514, green: 0.361, blue: 0.059)
/* Android */
Color.parseColor("#835c0f")Accessibility — WCAG contrast
Aa
#835c0f on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#835c0f on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green36.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow88.5%
Key (black)48.6%
Color previews
#835c0f text on a black background
contrast 3.50:1
Card sample
#835c0f text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #835c0f;
Background color
Panel with #835c0f background
background-color: #835c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #835c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 92, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 92, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #835c0f; background: linear-gradient(135deg, #835c0f, #5D830F);