#974607
a dark, electric orange · warm · closest name: sienna
RGB
151, 70, 7
HSL
26°, 91%, 31%
CMYK
0, 54, 95, 41
Luminance
0.1097
Every format
| HEX | #974607 |
| RGB | rgb(151, 70, 7) |
| HSL | hsl(26, 91%, 31%) |
| CMYK | cmyk(0%, 54%, 95%, 41%) |
| LAB | lab(39.5 30.8 47.5) |
| LCH | lch(39.5 56.6 57.1) |
| OKLCH | oklch(0.490 0.127 49.8) |
Copy-ready code
/* CSS */
color: #974607;
background-color: #974607;
/* Tailwind (arbitrary) */
class="text-[#974607] bg-[#974607]"
/* SCSS */
$brand: #974607;
/* SwiftUI */
Color(red: 0.592, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#974607")Accessibility — WCAG contrast
Aa
#974607 on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#974607 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow95.4%
Key (black)40.8%
Color previews
#974607 text on a black background
contrast 3.19:1
Card sample
#974607 text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #974607;
Background color
Panel with #974607 background
background-color: #974607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #974607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #974607; background: linear-gradient(135deg, #974607, #889707);