#976113
a dark, electric orange · warm · closest name: peru
RGB
151, 97, 19
HSL
36°, 78%, 33%
CMYK
0, 36, 87, 41
Luminance
0.1518
Every format
| HEX | #976113 |
| RGB | rgb(151, 97, 19) |
| HSL | hsl(36, 78%, 33%) |
| CMYK | cmyk(0%, 36%, 87%, 41%) |
| LAB | lab(45.9 15.9 48.8) |
| LCH | lch(45.9 51.3 72.0) |
| OKLCH | oklch(0.539 0.110 69.4) |
Copy-ready code
/* CSS */
color: #976113;
background-color: #976113;
/* Tailwind (arbitrary) */
class="text-[#976113] bg-[#976113]"
/* SCSS */
$brand: #976113;
/* SwiftUI */
Color(red: 0.592, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#976113")Accessibility — WCAG contrast
Aa
#976113 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#976113 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green38.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow87.4%
Key (black)40.8%
Color previews
#976113 text on a black background
contrast 4.04:1
Card sample
#976113 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976113;
Background color
Panel with #976113 background
background-color: #976113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976113; background: linear-gradient(135deg, #976113, #759713);