#972700
a dark, electric orange · warm · closest name: maroon
RGB
151, 39, 0
HSL
16°, 100%, 30%
CMYK
0, 74, 100, 41
Luminance
0.0803
Every format
| HEX | #972700 |
| RGB | rgb(151, 39, 0) |
| HSL | hsl(16, 100%, 30%) |
| CMYK | cmyk(0%, 74%, 100%, 41%) |
| LAB | lab(34.0 45.1 46.7) |
| LCH | lch(34.0 64.9 46.0) |
| OKLCH | oklch(0.449 0.153 36.1) |
Copy-ready code
/* CSS */
color: #972700;
background-color: #972700;
/* Tailwind (arbitrary) */
class="text-[#972700] bg-[#972700]"
/* SCSS */
$brand: #972700;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.000)
/* Android */
Color.parseColor("#972700")Accessibility — WCAG contrast
Aa
#972700 on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972700 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow100.0%
Key (black)40.8%
Color previews
#972700 text on a black background
contrast 2.61:1
Card sample
#972700 text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972700;
Background color
Panel with #972700 background
background-color: #972700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972700; background: linear-gradient(135deg, #972700, #978C00);