#8f243b
a dark, vivid red · warm · closest name: maroon
RGB
143, 36, 59
HSL
347°, 60%, 35%
CMYK
0, 75, 59, 44
Luminance
0.0742
Every format
| HEX | #8f243b |
| RGB | rgb(143, 36, 59) |
| HSL | hsl(347, 60%, 35%) |
| CMYK | cmyk(0%, 75%, 59%, 44%) |
| LAB | lab(32.7 45.9 12.9) |
| LCH | lch(32.7 47.6 15.7) |
| OKLCH | oklch(0.438 0.142 13.1) |
Copy-ready code
/* CSS */
color: #8f243b;
background-color: #8f243b;
/* Tailwind (arbitrary) */
class="text-[#8f243b] bg-[#8f243b]"
/* SCSS */
$brand: #8f243b;
/* SwiftUI */
Color(red: 0.561, green: 0.141, blue: 0.231)
/* Android */
Color.parseColor("#8f243b")Accessibility — WCAG contrast
Aa
#8f243b on white: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8f243b on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green14.1%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow58.7%
Key (black)43.9%
Color previews
#8f243b text on a black background
contrast 2.48:1
Card sample
#8f243b text on a white background
contrast 8.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f243b;
Background color
Panel with #8f243b background
background-color: #8f243b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f243b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 36, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 36, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f243b; background: linear-gradient(135deg, #8f243b, #8F5424);