#840029
a dark, electric magenta / pink · warm · closest name: maroon
RGB
132, 0, 41
HSL
341°, 100%, 26%
CMYK
0, 100, 69, 48
Luminance
0.0507
Every format
| HEX | #840029 |
| RGB | rgb(132, 0, 41) |
| HSL | hsl(341, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 69%, 48%) |
| LAB | lab(26.9 50.4 16.8) |
| LCH | lch(26.9 53.1 18.4) |
| OKLCH | oklch(0.390 0.156 14.8) |
Copy-ready code
/* CSS */
color: #840029;
background-color: #840029;
/* Tailwind (arbitrary) */
class="text-[#840029] bg-[#840029]"
/* SCSS */
$brand: #840029;
/* SwiftUI */
Color(red: 0.518, green: 0.000, blue: 0.161)
/* Android */
Color.parseColor("#840029")Accessibility — WCAG contrast
Aa
#840029 on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#840029 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green0.0%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow68.9%
Key (black)48.2%
Color previews
#840029 text on a black background
contrast 2.01:1
Card sample
#840029 text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #840029;
Background color
Panel with #840029 background
background-color: #840029;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #840029;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 0, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 0, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #840029; background: linear-gradient(135deg, #840029, #842F00);