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