#890213
a dark, electric red · warm · closest name: maroon
RGB
137, 2, 19
HSL
352°, 97%, 27%
CMYK
0, 99, 86, 46
Luminance
0.0541
Every format
| HEX | #890213 |
| RGB | rgb(137, 2, 19) |
| HSL | hsl(352, 97%, 27%) |
| CMYK | cmyk(0%, 99%, 86%, 46%) |
| LAB | lab(27.9 50.5 32.3) |
| LCH | lch(27.9 59.9 32.6) |
| OKLCH | oklch(0.398 0.160 25.0) |
Copy-ready code
/* CSS */
color: #890213;
background-color: #890213;
/* Tailwind (arbitrary) */
class="text-[#890213] bg-[#890213]"
/* SCSS */
$brand: #890213;
/* SwiftUI */
Color(red: 0.537, green: 0.008, blue: 0.075)
/* Android */
Color.parseColor("#890213")Accessibility — WCAG contrast
Aa
#890213 on white: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#890213 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green0.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta98.5%
Yellow86.1%
Key (black)46.3%
Color previews
#890213 text on a black background
contrast 2.08:1
Card sample
#890213 text on a white background
contrast 10.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #890213;
Background color
Panel with #890213 background
background-color: #890213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #890213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 2, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 2, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #890213; background: linear-gradient(135deg, #890213, #894B02);