#9f3003
a dark, electric orange · warm · closest name: maroon
RGB
159, 48, 3
HSL
17°, 96%, 32%
CMYK
0, 70, 98, 38
Luminance
0.0949
Every format
| HEX | #9f3003 |
| RGB | rgb(159, 48, 3) |
| HSL | hsl(17, 96%, 32%) |
| CMYK | cmyk(0%, 70%, 98%, 38%) |
| LAB | lab(36.9 44.3 47.9) |
| LCH | lch(36.9 65.3 47.2) |
| OKLCH | oklch(0.473 0.154 37.7) |
Copy-ready code
/* CSS */
color: #9f3003;
background-color: #9f3003;
/* Tailwind (arbitrary) */
class="text-[#9f3003] bg-[#9f3003]"
/* SCSS */
$brand: #9f3003;
/* SwiftUI */
Color(red: 0.624, green: 0.188, blue: 0.012)
/* Android */
Color.parseColor("#9f3003")Accessibility — WCAG contrast
Aa
#9f3003 on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9f3003 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green18.8%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow98.1%
Key (black)37.6%
Color previews
#9f3003 text on a black background
contrast 2.90:1
Card sample
#9f3003 text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f3003;
Background color
Panel with #9f3003 background
background-color: #9f3003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f3003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 48, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 48, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f3003; background: linear-gradient(135deg, #9f3003, #9F9803);