#9b4700
a dark, electric orange · warm · closest name: sienna
RGB
155, 71, 0
HSL
28°, 100%, 30%
CMYK
0, 54, 100, 39
Luminance
0.1148
Every format
| HEX | #9b4700 |
| RGB | rgb(155, 71, 0) |
| HSL | hsl(28, 100%, 30%) |
| CMYK | cmyk(0%, 54%, 100%, 39%) |
| LAB | lab(40.4 31.8 50.5) |
| LCH | lch(40.4 59.7 57.8) |
| OKLCH | oklch(0.498 0.131 50.3) |
Copy-ready code
/* CSS */
color: #9b4700;
background-color: #9b4700;
/* Tailwind (arbitrary) */
class="text-[#9b4700] bg-[#9b4700]"
/* SCSS */
$brand: #9b4700;
/* SwiftUI */
Color(red: 0.608, green: 0.278, blue: 0.000)
/* Android */
Color.parseColor("#9b4700")Accessibility — WCAG contrast
Aa
#9b4700 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b4700 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green27.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow100.0%
Key (black)39.2%
Color previews
#9b4700 text on a black background
contrast 3.30:1
Card sample
#9b4700 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b4700;
Background color
Panel with #9b4700 background
background-color: #9b4700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b4700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 71, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 71, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b4700; background: linear-gradient(135deg, #9b4700, #889B00);