#890913
a dark, electric red · warm · closest name: maroon
RGB
137, 9, 19
HSL
355°, 88%, 29%
CMYK
0, 93, 86, 46
Luminance
0.0556
Every format
| HEX | #890913 |
| RGB | rgb(137, 9, 19) |
| HSL | hsl(355, 88%, 29%) |
| CMYK | cmyk(0%, 93%, 86%, 46%) |
| LAB | lab(28.3 49.3 32.7) |
| LCH | lch(28.3 59.1 33.5) |
| OKLCH | oklch(0.401 0.157 25.8) |
Copy-ready code
/* CSS */
color: #890913;
background-color: #890913;
/* Tailwind (arbitrary) */
class="text-[#890913] bg-[#890913]"
/* SCSS */
$brand: #890913;
/* SwiftUI */
Color(red: 0.537, green: 0.035, blue: 0.075)
/* Android */
Color.parseColor("#890913")Accessibility — WCAG contrast
Aa
#890913 on white: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#890913 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green3.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta93.4%
Yellow86.1%
Key (black)46.3%
Color previews
#890913 text on a black background
contrast 2.11:1
Card sample
#890913 text on a white background
contrast 9.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #890913;
Background color
Panel with #890913 background
background-color: #890913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #890913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 9, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 9, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #890913; background: linear-gradient(135deg, #890913, #895409);