#86243c
a dark, vivid red · warm · closest name: maroon
RGB
134, 36, 60
HSL
345°, 58%, 33%
CMYK
0, 73, 55, 48
Luminance
0.0666
Every format
| HEX | #86243c |
| RGB | rgb(134, 36, 60) |
| HSL | hsl(345, 58%, 33%) |
| CMYK | cmyk(0%, 73%, 55%, 48%) |
| LAB | lab(31.0 43.0 9.6) |
| LCH | lch(31.0 44.1 12.6) |
| OKLCH | oklch(0.422 0.133 10.6) |
Copy-ready code
/* CSS */
color: #86243c;
background-color: #86243c;
/* Tailwind (arbitrary) */
class="text-[#86243c] bg-[#86243c]"
/* SCSS */
$brand: #86243c;
/* SwiftUI */
Color(red: 0.525, green: 0.141, blue: 0.235)
/* Android */
Color.parseColor("#86243c")Accessibility — WCAG contrast
Aa
#86243c on white: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#86243c on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green14.1%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow55.2%
Key (black)47.5%
Color previews
#86243c text on a black background
contrast 2.33:1
Card sample
#86243c text on a white background
contrast 9.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86243c;
Background color
Panel with #86243c background
background-color: #86243c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86243c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 36, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 36, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86243c; background: linear-gradient(135deg, #86243c, #864D24);