#894313
a dark, electric orange · warm · closest name: sienna
RGB
137, 67, 19
HSL
24°, 76%, 31%
CMYK
0, 51, 86, 46
Luminance
0.0938
Every format
| HEX | #894313 |
| RGB | rgb(137, 67, 19) |
| HSL | hsl(24, 76%, 31%) |
| CMYK | cmyk(0%, 51%, 86%, 46%) |
| LAB | lab(36.7 26.7 40.2) |
| LCH | lch(36.7 48.3 56.4) |
| OKLCH | oklch(0.464 0.112 50.0) |
Copy-ready code
/* CSS */
color: #894313;
background-color: #894313;
/* Tailwind (arbitrary) */
class="text-[#894313] bg-[#894313]"
/* SCSS */
$brand: #894313;
/* SwiftUI */
Color(red: 0.537, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#894313")Accessibility — WCAG contrast
Aa
#894313 on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#894313 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green26.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow86.1%
Key (black)46.3%
Color previews
#894313 text on a black background
contrast 2.88:1
Card sample
#894313 text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894313;
Background color
Panel with #894313 background
background-color: #894313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894313; background: linear-gradient(135deg, #894313, #808913);