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