#893c21
a dark, vivid orange · warm · closest name: sienna
RGB
137, 60, 33
HSL
16°, 61%, 33%
CMYK
0, 56, 76, 46
Luminance
0.0866
Every format
| HEX | #893c21 |
| RGB | rgb(137, 60, 33) |
| HSL | hsl(16, 61%, 33%) |
| CMYK | cmyk(0%, 56%, 76%, 46%) |
| LAB | lab(35.3 31.1 31.9) |
| LCH | lch(35.3 44.5 45.8) |
| OKLCH | oklch(0.454 0.113 39.3) |
Copy-ready code
/* CSS */
color: #893c21;
background-color: #893c21;
/* Tailwind (arbitrary) */
class="text-[#893c21] bg-[#893c21]"
/* SCSS */
$brand: #893c21;
/* SwiftUI */
Color(red: 0.537, green: 0.235, blue: 0.129)
/* Android */
Color.parseColor("#893c21")Accessibility — WCAG contrast
Aa
#893c21 on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#893c21 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green23.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow75.9%
Key (black)46.3%
Color previews
#893c21 text on a black background
contrast 2.73:1
Card sample
#893c21 text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893c21;
Background color
Panel with #893c21 background
background-color: #893c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 60, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 60, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893c21; background: linear-gradient(135deg, #893c21, #898121);