#9b3208
a dark, electric orange · warm · closest name: maroon
RGB
155, 50, 8
HSL
17°, 90%, 32%
CMYK
0, 68, 95, 39
Luminance
0.0927
Every format
| HEX | #9b3208 |
| RGB | rgb(155, 50, 8) |
| HSL | hsl(17, 90%, 32%) |
| CMYK | cmyk(0%, 68%, 95%, 39%) |
| LAB | lab(36.5 42.1 45.5) |
| LCH | lch(36.5 62.0 47.2) |
| OKLCH | oklch(0.469 0.147 38.2) |
Copy-ready code
/* CSS */
color: #9b3208;
background-color: #9b3208;
/* Tailwind (arbitrary) */
class="text-[#9b3208] bg-[#9b3208]"
/* SCSS */
$brand: #9b3208;
/* SwiftUI */
Color(red: 0.608, green: 0.196, blue: 0.031)
/* Android */
Color.parseColor("#9b3208")Accessibility — WCAG contrast
Aa
#9b3208 on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b3208 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green19.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow94.8%
Key (black)39.2%
Color previews
#9b3208 text on a black background
contrast 2.85:1
Card sample
#9b3208 text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b3208;
Background color
Panel with #9b3208 background
background-color: #9b3208;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b3208;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 50, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 50, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b3208; background: linear-gradient(135deg, #9b3208, #9B9408);