#975708
a dark, electric orange · warm · closest name: sienna
RGB
151, 87, 8
HSL
33°, 90%, 31%
CMYK
0, 42, 95, 41
Luminance
0.1341
Every format
| HEX | #975708 |
| RGB | rgb(151, 87, 8) |
| HSL | hsl(33, 90%, 31%) |
| CMYK | cmyk(0%, 42%, 95%, 41%) |
| LAB | lab(43.4 21.4 49.9) |
| LCH | lch(43.4 54.3 66.8) |
| OKLCH | oklch(0.520 0.116 62.4) |
Copy-ready code
/* CSS */
color: #975708;
background-color: #975708;
/* Tailwind (arbitrary) */
class="text-[#975708] bg-[#975708]"
/* SCSS */
$brand: #975708;
/* SwiftUI */
Color(red: 0.592, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#975708")Accessibility — WCAG contrast
Aa
#975708 on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#975708 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow94.7%
Key (black)40.8%
Color previews
#975708 text on a black background
contrast 3.68:1
Card sample
#975708 text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975708;
Background color
Panel with #975708 background
background-color: #975708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975708; background: linear-gradient(135deg, #975708, #789708);