#894f21
a dark, vivid orange · warm · closest name: sienna
RGB
137, 79, 33
HSL
27°, 61%, 33%
CMYK
0, 42, 76, 46
Luminance
0.1102
Every format
| HEX | #894f21 |
| RGB | rgb(137, 79, 33) |
| HSL | hsl(27, 61%, 33%) |
| CMYK | cmyk(0%, 42%, 76%, 46%) |
| LAB | lab(39.6 20.4 36.4) |
| LCH | lch(39.6 41.8 60.7) |
| OKLCH | oklch(0.487 0.098 55.8) |
Copy-ready code
/* CSS */
color: #894f21;
background-color: #894f21;
/* Tailwind (arbitrary) */
class="text-[#894f21] bg-[#894f21]"
/* SCSS */
$brand: #894f21;
/* SwiftUI */
Color(red: 0.537, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#894f21")Accessibility — WCAG contrast
Aa
#894f21 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#894f21 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow75.9%
Key (black)46.3%
Color previews
#894f21 text on a black background
contrast 3.20:1
Card sample
#894f21 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894f21;
Background color
Panel with #894f21 background
background-color: #894f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894f21; background: linear-gradient(135deg, #894f21, #7E8921);