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