#893421
a dark, vivid red · warm · closest name: sienna
RGB
137, 52, 33
HSL
11°, 61%, 33%
CMYK
0, 62, 76, 46
Luminance
0.0788
Every format
| HEX | #893421 |
| RGB | rgb(137, 52, 33) |
| HSL | hsl(11, 61%, 33%) |
| CMYK | cmyk(0%, 62%, 76%, 46%) |
| LAB | lab(33.7 35.2 30.2) |
| LCH | lch(33.7 46.3 40.6) |
| OKLCH | oklch(0.442 0.121 34.1) |
Copy-ready code
/* CSS */
color: #893421;
background-color: #893421;
/* Tailwind (arbitrary) */
class="text-[#893421] bg-[#893421]"
/* SCSS */
$brand: #893421;
/* SwiftUI */
Color(red: 0.537, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#893421")Accessibility — WCAG contrast
Aa
#893421 on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#893421 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow75.9%
Key (black)46.3%
Color previews
#893421 text on a black background
contrast 2.58:1
Card sample
#893421 text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893421;
Background color
Panel with #893421 background
background-color: #893421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893421; background: linear-gradient(135deg, #893421, #897921);