#8f183c
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
143, 24, 60
HSL
342°, 71%, 33%
CMYK
0, 83, 58, 44
Luminance
0.0682
Every format
| HEX | #8f183c |
| RGB | rgb(143, 24, 60) |
| HSL | hsl(342, 71%, 33%) |
| CMYK | cmyk(0%, 83%, 58%, 44%) |
| LAB | lab(31.4 49.8 10.4) |
| LCH | lch(31.4 50.9 11.8) |
| OKLCH | oklch(0.428 0.153 9.8) |
Copy-ready code
/* CSS */
color: #8f183c;
background-color: #8f183c;
/* Tailwind (arbitrary) */
class="text-[#8f183c] bg-[#8f183c]"
/* SCSS */
$brand: #8f183c;
/* SwiftUI */
Color(red: 0.561, green: 0.094, blue: 0.235)
/* Android */
Color.parseColor("#8f183c")Accessibility — WCAG contrast
Aa
#8f183c on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8f183c on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green9.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow58.0%
Key (black)43.9%
Color previews
#8f183c text on a black background
contrast 2.36:1
Card sample
#8f183c text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f183c;
Background color
Panel with #8f183c background
background-color: #8f183c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f183c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 24, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 24, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f183c; background: linear-gradient(135deg, #8f183c, #8F4318);