#974202
a dark, electric orange · warm · closest name: sienna
RGB
151, 66, 2
HSL
26°, 97%, 30%
CMYK
0, 56, 99, 41
Luminance
0.1048
Every format
| HEX | #974202 |
| RGB | rgb(151, 66, 2) |
| HSL | hsl(26, 97%, 30%) |
| CMYK | cmyk(0%, 56%, 99%, 41%) |
| LAB | lab(38.7 32.8 48.5) |
| LCH | lch(38.7 58.6 56.0) |
| OKLCH | oklch(0.484 0.131 48.1) |
Copy-ready code
/* CSS */
color: #974202;
background-color: #974202;
/* Tailwind (arbitrary) */
class="text-[#974202] bg-[#974202]"
/* SCSS */
$brand: #974202;
/* SwiftUI */
Color(red: 0.592, green: 0.259, blue: 0.008)
/* Android */
Color.parseColor("#974202")Accessibility — WCAG contrast
Aa
#974202 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#974202 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green25.9%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow98.7%
Key (black)40.8%
Color previews
#974202 text on a black background
contrast 3.10:1
Card sample
#974202 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #974202;
Background color
Panel with #974202 background
background-color: #974202;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #974202;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 66, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 66, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #974202; background: linear-gradient(135deg, #974202, #899702);