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