#86264c
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
134, 38, 76
HSL
336°, 56%, 34%
CMYK
0, 72, 43, 48
Luminance
0.0698
Every format
| HEX | #86264c |
| RGB | rgb(134, 38, 76) |
| HSL | hsl(336, 56%, 34%) |
| CMYK | cmyk(0%, 72%, 43%, 48%) |
| LAB | lab(31.8 43.8 0.1) |
| LCH | lch(31.8 43.8 0.2) |
| OKLCH | oklch(0.429 0.134 0.4) |
Copy-ready code
/* CSS */
color: #86264c;
background-color: #86264c;
/* Tailwind (arbitrary) */
class="text-[#86264c] bg-[#86264c]"
/* SCSS */
$brand: #86264c;
/* SwiftUI */
Color(red: 0.525, green: 0.149, blue: 0.298)
/* Android */
Color.parseColor("#86264c")Accessibility — WCAG contrast
Aa
#86264c on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#86264c on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green14.9%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow43.3%
Key (black)47.5%
Color previews
#86264c text on a black background
contrast 2.40:1
Card sample
#86264c text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86264c;
Background color
Panel with #86264c background
background-color: #86264c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86264c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 38, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 38, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86264c; background: linear-gradient(135deg, #86264c, #864026);