#871744
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
135, 23, 68
HSL
336°, 71%, 31%
CMYK
0, 83, 50, 47
Luminance
0.0618
Every format
| HEX | #871744 |
| RGB | rgb(135, 23, 68) |
| HSL | hsl(336, 71%, 31%) |
| CMYK | cmyk(0%, 83%, 50%, 47%) |
| LAB | lab(29.9 48.5 2.7) |
| LCH | lch(29.9 48.5 3.2) |
| OKLCH | oklch(0.415 0.149 2.9) |
Copy-ready code
/* CSS */
color: #871744;
background-color: #871744;
/* Tailwind (arbitrary) */
class="text-[#871744] bg-[#871744]"
/* SCSS */
$brand: #871744;
/* SwiftUI */
Color(red: 0.529, green: 0.090, blue: 0.267)
/* Android */
Color.parseColor("#871744")Accessibility — WCAG contrast
Aa
#871744 on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#871744 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green9.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow49.6%
Key (black)47.1%
Color previews
#871744 text on a black background
contrast 2.24:1
Card sample
#871744 text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #871744;
Background color
Panel with #871744 background
background-color: #871744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #871744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 23, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 23, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #871744; background: linear-gradient(135deg, #871744, #873517);