#894521
a dark, vivid orange · warm · closest name: sienna
RGB
137, 69, 33
HSL
21°, 61%, 33%
CMYK
0, 50, 76, 46
Luminance
0.0968
Every format
| HEX | #894521 |
| RGB | rgb(137, 69, 33) |
| HSL | hsl(21, 61%, 33%) |
| CMYK | cmyk(0%, 50%, 76%, 46%) |
| LAB | lab(37.3 26.1 34.0) |
| LCH | lch(37.3 42.9 52.4) |
| OKLCH | oklch(0.469 0.105 46.4) |
Copy-ready code
/* CSS */
color: #894521;
background-color: #894521;
/* Tailwind (arbitrary) */
class="text-[#894521] bg-[#894521]"
/* SCSS */
$brand: #894521;
/* SwiftUI */
Color(red: 0.537, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#894521")Accessibility — WCAG contrast
Aa
#894521 on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#894521 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow75.9%
Key (black)46.3%
Color previews
#894521 text on a black background
contrast 2.94:1
Card sample
#894521 text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894521;
Background color
Panel with #894521 background
background-color: #894521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894521; background: linear-gradient(135deg, #894521, #878921);