#835f0c
a dark, electric yellow · warm · closest name: peru
RGB
131, 95, 12
HSL
42°, 83%, 28%
CMYK
0, 28, 91, 49
Luminance
0.1304
Every format
| HEX | #835f0c |
| RGB | rgb(131, 95, 12) |
| HSL | hsl(42, 83%, 28%) |
| CMYK | cmyk(0%, 28%, 91%, 49%) |
| LAB | lab(42.8 7.5 47.3) |
| LCH | lch(42.8 47.9 81.0) |
| OKLCH | oklch(0.510 0.101 81.5) |
Copy-ready code
/* CSS */
color: #835f0c;
background-color: #835f0c;
/* Tailwind (arbitrary) */
class="text-[#835f0c] bg-[#835f0c]"
/* SCSS */
$brand: #835f0c;
/* SwiftUI */
Color(red: 0.514, green: 0.373, blue: 0.047)
/* Android */
Color.parseColor("#835f0c")Accessibility — WCAG contrast
Aa
#835f0c on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#835f0c on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green37.3%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow90.8%
Key (black)48.6%
Color previews
#835f0c text on a black background
contrast 3.61:1
Card sample
#835f0c text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #835f0c;
Background color
Panel with #835f0c background
background-color: #835f0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #835f0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 95, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 95, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #835f0c; background: linear-gradient(135deg, #835f0c, #58830C);