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