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