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