#974f13
a dark, electric orange · warm · closest name: sienna
RGB
151, 79, 19
HSL
27°, 78%, 33%
CMYK
0, 48, 87, 41
Luminance
0.1222
Every format
| HEX | #974f13 |
| RGB | rgb(151, 79, 19) |
| HSL | hsl(27, 78%, 33%) |
| CMYK | cmyk(0%, 48%, 87%, 41%) |
| LAB | lab(41.6 26.1 45.2) |
| LCH | lch(41.6 52.2 60.0) |
| OKLCH | oklch(0.506 0.118 54.1) |
Copy-ready code
/* CSS */
color: #974f13;
background-color: #974f13;
/* Tailwind (arbitrary) */
class="text-[#974f13] bg-[#974f13]"
/* SCSS */
$brand: #974f13;
/* SwiftUI */
Color(red: 0.592, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#974f13")Accessibility — WCAG contrast
Aa
#974f13 on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#974f13 on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green31.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow87.4%
Key (black)40.8%
Color previews
#974f13 text on a black background
contrast 3.44:1
Card sample
#974f13 text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #974f13;
Background color
Panel with #974f13 background
background-color: #974f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #974f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #974f13; background: linear-gradient(135deg, #974f13, #879713);