#8a002e
a dark, electric magenta / pink · warm · closest name: maroon
RGB
138, 0, 46
HSL
340°, 100%, 27%
CMYK
0, 100, 67, 46
Luminance
0.0560
Every format
| HEX | #8a002e |
| RGB | rgb(138, 0, 46) |
| HSL | hsl(340, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 67%, 46%) |
| LAB | lab(28.4 52.2 15.5) |
| LCH | lch(28.4 54.4 16.6) |
| OKLCH | oklch(0.403 0.161 13.4) |
Copy-ready code
/* CSS */
color: #8a002e;
background-color: #8a002e;
/* Tailwind (arbitrary) */
class="text-[#8a002e] bg-[#8a002e]"
/* SCSS */
$brand: #8a002e;
/* SwiftUI */
Color(red: 0.541, green: 0.000, blue: 0.180)
/* Android */
Color.parseColor("#8a002e")Accessibility — WCAG contrast
Aa
#8a002e on white: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8a002e on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green0.0%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow66.7%
Key (black)45.9%
Color previews
#8a002e text on a black background
contrast 2.12:1
Card sample
#8a002e text on a white background
contrast 9.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a002e;
Background color
Panel with #8a002e background
background-color: #8a002e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a002e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 0, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 0, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a002e; background: linear-gradient(135deg, #8a002e, #8A2E00);