#8a3003
a dark, electric orange · warm · closest name: maroon
RGB
138, 48, 3
HSL
20°, 96%, 28%
CMYK
0, 65, 98, 46
Luminance
0.0752
Every format
| HEX | #8a3003 |
| RGB | rgb(138, 48, 3) |
| HSL | hsl(20, 96%, 28%) |
| CMYK | cmyk(0%, 65%, 98%, 46%) |
| LAB | lab(33.0 36.6 43.5) |
| LCH | lch(33.0 56.9 50.0) |
| OKLCH | oklch(0.436 0.132 41.0) |
Copy-ready code
/* CSS */
color: #8a3003;
background-color: #8a3003;
/* Tailwind (arbitrary) */
class="text-[#8a3003] bg-[#8a3003]"
/* SCSS */
$brand: #8a3003;
/* SwiftUI */
Color(red: 0.541, green: 0.188, blue: 0.012)
/* Android */
Color.parseColor("#8a3003")Accessibility — WCAG contrast
Aa
#8a3003 on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8a3003 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green18.8%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow97.8%
Key (black)45.9%
Color previews
#8a3003 text on a black background
contrast 2.50:1
Card sample
#8a3003 text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a3003;
Background color
Panel with #8a3003 background
background-color: #8a3003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a3003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 48, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 48, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a3003; background: linear-gradient(135deg, #8a3003, #8A8A03);