#892821
a dark, vivid red · warm · closest name: maroon
RGB
137, 40, 33
HSL
4°, 61%, 33%
CMYK
0, 71, 76, 46
Luminance
0.0695
Every format
| HEX | #892821 |
| RGB | rgb(137, 40, 33) |
| HSL | hsl(4, 61%, 33%) |
| CMYK | cmyk(0%, 71%, 76%, 46%) |
| LAB | lab(31.7 40.7 27.9) |
| LCH | lch(31.7 49.3 34.4) |
| OKLCH | oklch(0.427 0.133 28.2) |
Copy-ready code
/* CSS */
color: #892821;
background-color: #892821;
/* Tailwind (arbitrary) */
class="text-[#892821] bg-[#892821]"
/* SCSS */
$brand: #892821;
/* SwiftUI */
Color(red: 0.537, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#892821")Accessibility — WCAG contrast
Aa
#892821 on white: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#892821 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow75.9%
Key (black)46.3%
Color previews
#892821 text on a black background
contrast 2.39:1
Card sample
#892821 text on a white background
contrast 8.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892821;
Background color
Panel with #892821 background
background-color: #892821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892821; background: linear-gradient(135deg, #892821, #896D21);