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