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