#860121
a dark, electric red · warm · closest name: maroon
RGB
134, 1, 33
HSL
346°, 99%, 27%
CMYK
0, 99, 75, 48
Luminance
0.0520
Every format
| HEX | #860121 |
| RGB | rgb(134, 1, 33) |
| HSL | hsl(346, 99%, 27%) |
| CMYK | cmyk(0%, 99%, 75%, 48%) |
| LAB | lab(27.3 50.3 22.7) |
| LCH | lch(27.3 55.2 24.3) |
| OKLCH | oklch(0.393 0.157 19.2) |
Copy-ready code
/* CSS */
color: #860121;
background-color: #860121;
/* Tailwind (arbitrary) */
class="text-[#860121] bg-[#860121]"
/* SCSS */
$brand: #860121;
/* SwiftUI */
Color(red: 0.525, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#860121")Accessibility — WCAG contrast
Aa
#860121 on white: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#860121 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta99.3%
Yellow75.4%
Key (black)47.5%
Color previews
#860121 text on a black background
contrast 2.04:1
Card sample
#860121 text on a white background
contrast 10.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #860121;
Background color
Panel with #860121 background
background-color: #860121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #860121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #860121; background: linear-gradient(135deg, #860121, #863A01);