#893404
a dark, electric orange · warm · closest name: sienna
RGB
137, 52, 4
HSL
22°, 94%, 28%
CMYK
0, 62, 97, 46
Luminance
0.0778
Every format
| HEX | #893404 |
| RGB | rgb(137, 52, 4) |
| HSL | hsl(22, 94%, 28%) |
| CMYK | cmyk(0%, 62%, 97%, 46%) |
| LAB | lab(33.5 34.3 43.4) |
| LCH | lch(33.5 55.3 51.7) |
| OKLCH | oklch(0.440 0.127 43.2) |
Copy-ready code
/* CSS */
color: #893404;
background-color: #893404;
/* Tailwind (arbitrary) */
class="text-[#893404] bg-[#893404]"
/* SCSS */
$brand: #893404;
/* SwiftUI */
Color(red: 0.537, green: 0.204, blue: 0.016)
/* Android */
Color.parseColor("#893404")Accessibility — WCAG contrast
Aa
#893404 on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#893404 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green20.4%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow97.1%
Key (black)46.3%
Color previews
#893404 text on a black background
contrast 2.56:1
Card sample
#893404 text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893404;
Background color
Panel with #893404 background
background-color: #893404;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893404;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 52, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 52, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893404; background: linear-gradient(135deg, #893404, #858904);