#860f2d
a dark, electric magenta / pink · warm · closest name: maroon
RGB
134, 15, 45
HSL
345°, 80%, 29%
CMYK
0, 89, 66, 48
Luminance
0.0560
Every format
| HEX | #860f2d |
| RGB | rgb(134, 15, 45) |
| HSL | hsl(345, 80%, 29%) |
| CMYK | cmyk(0%, 89%, 66%, 48%) |
| LAB | lab(28.4 48.4 16.0) |
| LCH | lch(28.4 51.0 18.3) |
| OKLCH | oklch(0.402 0.150 14.9) |
Copy-ready code
/* CSS */
color: #860f2d;
background-color: #860f2d;
/* Tailwind (arbitrary) */
class="text-[#860f2d] bg-[#860f2d]"
/* SCSS */
$brand: #860f2d;
/* SwiftUI */
Color(red: 0.525, green: 0.059, blue: 0.176)
/* Android */
Color.parseColor("#860f2d")Accessibility — WCAG contrast
Aa
#860f2d on white: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#860f2d on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green5.9%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow66.4%
Key (black)47.5%
Color previews
#860f2d text on a black background
contrast 2.12:1
Card sample
#860f2d text on a white background
contrast 9.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #860f2d;
Background color
Panel with #860f2d background
background-color: #860f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #860f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 15, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 15, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #860f2d; background: linear-gradient(135deg, #860f2d, #86400F);