#890607
a dark, electric red · warm · closest name: maroon
RGB
137, 6, 7
HSL
360°, 92%, 28%
CMYK
0, 96, 95, 46
Luminance
0.0546
Every format
| HEX | #890607 |
| RGB | rgb(137, 6, 7) |
| HSL | hsl(360, 92%, 28%) |
| CMYK | cmyk(0%, 96%, 95%, 46%) |
| LAB | lab(28.0 49.6 38.2) |
| LCH | lch(28.0 62.6 37.6) |
| OKLCH | oklch(0.399 0.159 28.4) |
Copy-ready code
/* CSS */
color: #890607;
background-color: #890607;
/* Tailwind (arbitrary) */
class="text-[#890607] bg-[#890607]"
/* SCSS */
$brand: #890607;
/* SwiftUI */
Color(red: 0.537, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#890607")Accessibility — WCAG contrast
Aa
#890607 on white: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#890607 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta95.6%
Yellow94.9%
Key (black)46.3%
Color previews
#890607 text on a black background
contrast 2.09:1
Card sample
#890607 text on a white background
contrast 10.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #890607;
Background color
Panel with #890607 background
background-color: #890607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #890607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #890607; background: linear-gradient(135deg, #890607, #895C06);