#975c0d
a dark, electric orange · warm · closest name: peru
RGB
151, 92, 13
HSL
34°, 84%, 32%
CMYK
0, 39, 91, 41
Luminance
0.1426
Every format
| HEX | #975c0d |
| RGB | rgb(151, 92, 13) |
| HSL | hsl(34, 84%, 32%) |
| CMYK | cmyk(0%, 39%, 91%, 41%) |
| LAB | lab(44.6 18.6 49.6) |
| LCH | lch(44.6 52.9 69.4) |
| OKLCH | oklch(0.529 0.113 65.9) |
Copy-ready code
/* CSS */
color: #975c0d;
background-color: #975c0d;
/* Tailwind (arbitrary) */
class="text-[#975c0d] bg-[#975c0d]"
/* SCSS */
$brand: #975c0d;
/* SwiftUI */
Color(red: 0.592, green: 0.361, blue: 0.051)
/* Android */
Color.parseColor("#975c0d")Accessibility — WCAG contrast
Aa
#975c0d on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#975c0d on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green36.1%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow91.4%
Key (black)40.8%
Color previews
#975c0d text on a black background
contrast 3.85:1
Card sample
#975c0d text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975c0d;
Background color
Panel with #975c0d background
background-color: #975c0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975c0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 92, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 92, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975c0d; background: linear-gradient(135deg, #975c0d, #76970D);