#894f39
a dark, soft orange · warm · closest name: sienna
RGB
137, 79, 57
HSL
17°, 41%, 38%
CMYK
0, 42, 58, 46
Luminance
0.1121
Every format
| HEX | #894f39 |
| RGB | rgb(137, 79, 57) |
| HSL | hsl(17, 41%, 38%) |
| CMYK | cmyk(0%, 42%, 58%, 46%) |
| LAB | lab(39.9 22.1 23.4) |
| LCH | lch(39.9 32.1 46.7) |
| OKLCH | oklch(0.490 0.085 41.3) |
Copy-ready code
/* CSS */
color: #894f39;
background-color: #894f39;
/* Tailwind (arbitrary) */
class="text-[#894f39] bg-[#894f39]"
/* SCSS */
$brand: #894f39;
/* SwiftUI */
Color(red: 0.537, green: 0.310, blue: 0.224)
/* Android */
Color.parseColor("#894f39")Accessibility — WCAG contrast
Aa
#894f39 on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#894f39 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green31.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow58.4%
Key (black)46.3%
Color previews
#894f39 text on a black background
contrast 3.24:1
Card sample
#894f39 text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894f39;
Background color
Panel with #894f39 background
background-color: #894f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 79, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 79, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894f39; background: linear-gradient(135deg, #894f39, #898439);