#975607
a dark, electric orange · warm · closest name: sienna
RGB
151, 86, 7
HSL
33°, 91%, 31%
CMYK
0, 43, 95, 41
Luminance
0.1325
Every format
| HEX | #975607 |
| RGB | rgb(151, 86, 7) |
| HSL | hsl(33, 91%, 31%) |
| CMYK | cmyk(0%, 43%, 95%, 41%) |
| LAB | lab(43.1 21.9 50.0) |
| LCH | lch(43.1 54.6 66.3) |
| OKLCH | oklch(0.518 0.117 61.7) |
Copy-ready code
/* CSS */
color: #975607;
background-color: #975607;
/* Tailwind (arbitrary) */
class="text-[#975607] bg-[#975607]"
/* SCSS */
$brand: #975607;
/* SwiftUI */
Color(red: 0.592, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#975607")Accessibility — WCAG contrast
Aa
#975607 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#975607 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow95.4%
Key (black)40.8%
Color previews
#975607 text on a black background
contrast 3.65:1
Card sample
#975607 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975607;
Background color
Panel with #975607 background
background-color: #975607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975607; background: linear-gradient(135deg, #975607, #789707);