#892f13
a dark, electric red · warm · closest name: maroon
RGB
137, 47, 19
HSL
14°, 76%, 31%
CMYK
0, 66, 86, 46
Luminance
0.0740
Every format
| HEX | #892f13 |
| RGB | rgb(137, 47, 19) |
| HSL | hsl(14, 76%, 31%) |
| CMYK | cmyk(0%, 66%, 86%, 46%) |
| LAB | lab(32.7 37.0 36.7) |
| LCH | lch(32.7 52.1 44.7) |
| OKLCH | oklch(0.434 0.129 36.9) |
Copy-ready code
/* CSS */
color: #892f13;
background-color: #892f13;
/* Tailwind (arbitrary) */
class="text-[#892f13] bg-[#892f13]"
/* SCSS */
$brand: #892f13;
/* SwiftUI */
Color(red: 0.537, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#892f13")Accessibility — WCAG contrast
Aa
#892f13 on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#892f13 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow86.1%
Key (black)46.3%
Color previews
#892f13 text on a black background
contrast 2.48:1
Card sample
#892f13 text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892f13;
Background color
Panel with #892f13 background
background-color: #892f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892f13; background: linear-gradient(135deg, #892f13, #897E13);