#8f162c
a dark, vivid red · warm · closest name: maroon
RGB
143, 22, 44
HSL
349°, 73%, 32%
CMYK
0, 85, 69, 44
Luminance
0.0660
Every format
| HEX | #8f162c |
| RGB | rgb(143, 22, 44) |
| HSL | hsl(349, 73%, 32%) |
| CMYK | cmyk(0%, 85%, 69%, 44%) |
| LAB | lab(30.9 49.3 20.3) |
| LCH | lch(30.9 53.3 22.4) |
| OKLCH | oklch(0.423 0.154 18.1) |
Copy-ready code
/* CSS */
color: #8f162c;
background-color: #8f162c;
/* Tailwind (arbitrary) */
class="text-[#8f162c] bg-[#8f162c]"
/* SCSS */
$brand: #8f162c;
/* SwiftUI */
Color(red: 0.561, green: 0.086, blue: 0.173)
/* Android */
Color.parseColor("#8f162c")Accessibility — WCAG contrast
Aa
#8f162c on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8f162c on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green8.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta84.6%
Yellow69.2%
Key (black)43.9%
Color previews
#8f162c text on a black background
contrast 2.32:1
Card sample
#8f162c text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f162c;
Background color
Panel with #8f162c background
background-color: #8f162c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f162c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 22, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 22, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f162c; background: linear-gradient(135deg, #8f162c, #8F5116);