#860821
a dark, electric red · warm · closest name: maroon
RGB
134, 8, 33
HSL
348°, 89%, 28%
CMYK
0, 94, 75, 48
Luminance
0.0535
Every format
| HEX | #860821 |
| RGB | rgb(134, 8, 33) |
| HSL | hsl(348, 89%, 28%) |
| CMYK | cmyk(0%, 94%, 75%, 48%) |
| LAB | lab(27.7 49.1 23.2) |
| LCH | lch(27.7 54.3 25.3) |
| OKLCH | oklch(0.396 0.154 20.0) |
Copy-ready code
/* CSS */
color: #860821;
background-color: #860821;
/* Tailwind (arbitrary) */
class="text-[#860821] bg-[#860821]"
/* SCSS */
$brand: #860821;
/* SwiftUI */
Color(red: 0.525, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#860821")Accessibility — WCAG contrast
Aa
#860821 on white: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#860821 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow75.4%
Key (black)47.5%
Color previews
#860821 text on a black background
contrast 2.07:1
Card sample
#860821 text on a white background
contrast 10.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #860821;
Background color
Panel with #860821 background
background-color: #860821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #860821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #860821; background: linear-gradient(135deg, #860821, #864308);