#891709
a dark, electric red · warm · closest name: maroon
RGB
137, 23, 9
HSL
7°, 88%, 29%
CMYK
0, 83, 93, 46
Luminance
0.0595
Every format
| HEX | #891709 |
| RGB | rgb(137, 23, 9) |
| HSL | hsl(7, 88%, 29%) |
| CMYK | cmyk(0%, 83%, 93%, 46%) |
| LAB | lab(29.3 46.0 38.4) |
| LCH | lch(29.3 59.9 39.9) |
| OKLCH | oklch(0.408 0.150 30.8) |
Copy-ready code
/* CSS */
color: #891709;
background-color: #891709;
/* Tailwind (arbitrary) */
class="text-[#891709] bg-[#891709]"
/* SCSS */
$brand: #891709;
/* SwiftUI */
Color(red: 0.537, green: 0.090, blue: 0.035)
/* Android */
Color.parseColor("#891709")Accessibility — WCAG contrast
Aa
#891709 on white: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#891709 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.0%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow93.4%
Key (black)46.3%
Color previews
#891709 text on a black background
contrast 2.19:1
Card sample
#891709 text on a white background
contrast 9.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #891709;
Background color
Panel with #891709 background
background-color: #891709;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #891709;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 23, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 23, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #891709; background: linear-gradient(135deg, #891709, #896C09);