#861f21
a dark, vivid red · warm · closest name: maroon
RGB
134, 31, 33
HSL
359°, 62%, 32%
CMYK
0, 77, 75, 48
Luminance
0.0616
Every format
| HEX | #861f21 |
| RGB | rgb(134, 31, 33) |
| HSL | hsl(359, 62%, 32%) |
| CMYK | cmyk(0%, 77%, 75%, 48%) |
| LAB | lab(29.8 43.2 25.6) |
| LCH | lch(29.8 50.2 30.7) |
| OKLCH | oklch(0.412 0.138 24.8) |
Copy-ready code
/* CSS */
color: #861f21;
background-color: #861f21;
/* Tailwind (arbitrary) */
class="text-[#861f21] bg-[#861f21]"
/* SCSS */
$brand: #861f21;
/* SwiftUI */
Color(red: 0.525, green: 0.122, blue: 0.129)
/* Android */
Color.parseColor("#861f21")Accessibility — WCAG contrast
Aa
#861f21 on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#861f21 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green12.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.9%
Yellow75.4%
Key (black)47.5%
Color previews
#861f21 text on a black background
contrast 2.23:1
Card sample
#861f21 text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #861f21;
Background color
Panel with #861f21 background
background-color: #861f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #861f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 31, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 31, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #861f21; background: linear-gradient(135deg, #861f21, #86621F);