#89340b
a dark, electric orange · warm · closest name: sienna
RGB
137, 52, 11
HSL
20°, 85%, 29%
CMYK
0, 62, 92, 46
Luminance
0.0780
Every format
| HEX | #89340b |
| RGB | rgb(137, 52, 11) |
| HSL | hsl(20, 85%, 29%) |
| CMYK | cmyk(0%, 62%, 92%, 46%) |
| LAB | lab(33.6 34.4 40.8) |
| LCH | lch(33.6 53.4 49.9) |
| OKLCH | oklch(0.440 0.126 41.7) |
Copy-ready code
/* CSS */
color: #89340b;
background-color: #89340b;
/* Tailwind (arbitrary) */
class="text-[#89340b] bg-[#89340b]"
/* SCSS */
$brand: #89340b;
/* SwiftUI */
Color(red: 0.537, green: 0.204, blue: 0.043)
/* Android */
Color.parseColor("#89340b")Accessibility — WCAG contrast
Aa
#89340b on white: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#89340b on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green20.4%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow92.0%
Key (black)46.3%
Color previews
#89340b text on a black background
contrast 2.56:1
Card sample
#89340b text on a white background
contrast 8.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89340b;
Background color
Panel with #89340b background
background-color: #89340b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89340b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 52, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 52, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89340b; background: linear-gradient(135deg, #89340b, #89880B);