#893821
a dark, vivid red · warm · closest name: sienna
RGB
137, 56, 33
HSL
13°, 61%, 33%
CMYK
0, 59, 76, 46
Luminance
0.0826
Every format
| HEX | #893821 |
| RGB | rgb(137, 56, 33) |
| HSL | hsl(13, 61%, 33%) |
| CMYK | cmyk(0%, 59%, 76%, 46%) |
| LAB | lab(34.5 33.1 31.0) |
| LCH | lch(34.5 45.4 43.1) |
| OKLCH | oklch(0.448 0.117 36.6) |
Copy-ready code
/* CSS */
color: #893821;
background-color: #893821;
/* Tailwind (arbitrary) */
class="text-[#893821] bg-[#893821]"
/* SCSS */
$brand: #893821;
/* SwiftUI */
Color(red: 0.537, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#893821")Accessibility — WCAG contrast
Aa
#893821 on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#893821 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow75.9%
Key (black)46.3%
Color previews
#893821 text on a black background
contrast 2.65:1
Card sample
#893821 text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893821;
Background color
Panel with #893821 background
background-color: #893821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893821; background: linear-gradient(135deg, #893821, #897D21);