#891700
a dark, electric red · warm · closest name: maroon
RGB
137, 23, 0
HSL
10°, 100%, 27%
CMYK
0, 83, 100, 46
Luminance
0.0593
Every format
| HEX | #891700 |
| RGB | rgb(137, 23, 0) |
| HSL | hsl(10, 100%, 27%) |
| CMYK | cmyk(0%, 83%, 100%, 46%) |
| LAB | lab(29.2 45.8 42.0) |
| LCH | lch(29.2 62.2 42.5) |
| OKLCH | oklch(0.408 0.151 32.7) |
Copy-ready code
/* CSS */
color: #891700;
background-color: #891700;
/* Tailwind (arbitrary) */
class="text-[#891700] bg-[#891700]"
/* SCSS */
$brand: #891700;
/* SwiftUI */
Color(red: 0.537, green: 0.090, blue: 0.000)
/* Android */
Color.parseColor("#891700")Accessibility — WCAG contrast
Aa
#891700 on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#891700 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow100.0%
Key (black)46.3%
Color previews
#891700 text on a black background
contrast 2.19:1
Card sample
#891700 text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #891700;
Background color
Panel with #891700 background
background-color: #891700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #891700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 23, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 23, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #891700; background: linear-gradient(135deg, #891700, #897300);