#834c01
a dark, electric orange · warm · closest name: sienna
RGB
131, 76, 1
HSL
35°, 99%, 26%
CMYK
0, 42, 99, 49
Luminance
0.1000
Every format
| HEX | #834c01 |
| RGB | rgb(131, 76, 1) |
| HSL | hsl(35, 99%, 26%) |
| CMYK | cmyk(0%, 42%, 99%, 49%) |
| LAB | lab(37.8 18.4 46.8) |
| LCH | lch(37.8 50.3 68.5) |
| OKLCH | oklch(0.471 0.106 64.4) |
Copy-ready code
/* CSS */
color: #834c01;
background-color: #834c01;
/* Tailwind (arbitrary) */
class="text-[#834c01] bg-[#834c01]"
/* SCSS */
$brand: #834c01;
/* SwiftUI */
Color(red: 0.514, green: 0.298, blue: 0.004)
/* Android */
Color.parseColor("#834c01")Accessibility — WCAG contrast
Aa
#834c01 on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#834c01 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green29.8%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow99.2%
Key (black)48.6%
Color previews
#834c01 text on a black background
contrast 3.00:1
Card sample
#834c01 text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #834c01;
Background color
Panel with #834c01 background
background-color: #834c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #834c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 76, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 76, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #834c01; background: linear-gradient(135deg, #834c01, #638301);