#972f0c
a dark, electric orange · warm · closest name: maroon
RGB
151, 47, 12
HSL
15°, 85%, 32%
CMYK
0, 69, 92, 41
Luminance
0.0864
Every format
| HEX | #972f0c |
| RGB | rgb(151, 47, 12) |
| HSL | hsl(15, 85%, 32%) |
| CMYK | cmyk(0%, 69%, 92%, 41%) |
| LAB | lab(35.3 42.0 42.9) |
| LCH | lch(35.3 60.0 45.6) |
| OKLCH | oklch(0.458 0.145 36.8) |
Copy-ready code
/* CSS */
color: #972f0c;
background-color: #972f0c;
/* Tailwind (arbitrary) */
class="text-[#972f0c] bg-[#972f0c]"
/* SCSS */
$brand: #972f0c;
/* SwiftUI */
Color(red: 0.592, green: 0.184, blue: 0.047)
/* Android */
Color.parseColor("#972f0c")Accessibility — WCAG contrast
Aa
#972f0c on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972f0c on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green18.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow92.1%
Key (black)40.8%
Color previews
#972f0c text on a black background
contrast 2.73:1
Card sample
#972f0c text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972f0c;
Background color
Panel with #972f0c background
background-color: #972f0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972f0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 47, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 47, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972f0c; background: linear-gradient(135deg, #972f0c, #978C0C);