#890f13
a dark, electric red · warm · closest name: maroon
RGB
137, 15, 19
HSL
358°, 80%, 30%
CMYK
0, 89, 86, 46
Luminance
0.0571
Every format
| HEX | #890f13 |
| RGB | rgb(137, 15, 19) |
| HSL | hsl(358, 80%, 30%) |
| CMYK | cmyk(0%, 89%, 86%, 46%) |
| LAB | lab(28.7 48.2 33.0) |
| LCH | lch(28.7 58.4 34.4) |
| OKLCH | oklch(0.404 0.154 26.7) |
Copy-ready code
/* CSS */
color: #890f13;
background-color: #890f13;
/* Tailwind (arbitrary) */
class="text-[#890f13] bg-[#890f13]"
/* SCSS */
$brand: #890f13;
/* SwiftUI */
Color(red: 0.537, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#890f13")Accessibility — WCAG contrast
Aa
#890f13 on white: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#890f13 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow86.1%
Key (black)46.3%
Color previews
#890f13 text on a black background
contrast 2.14:1
Card sample
#890f13 text on a white background
contrast 9.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #890f13;
Background color
Panel with #890f13 background
background-color: #890f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #890f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #890f13; background: linear-gradient(135deg, #890f13, #895C0F);