#29031b
a deep, electric magenta / pink · warm · closest name: black
RGB
41, 3, 27
HSL
322°, 86%, 9%
CMYK
0, 93, 34, 84
Luminance
0.0062
Every format
| HEX | #29031b |
| RGB | rgb(41, 3, 27) |
| HSL | hsl(322, 86%, 9%) |
| CMYK | cmyk(0%, 93%, 34%, 84%) |
| LAB | lab(5.6 21.7 -6.0) |
| LCH | lch(5.6 22.5 344.5) |
| OKLCH | oklch(0.193 0.072 346.1) |
Copy-ready code
/* CSS */
color: #29031b;
background-color: #29031b;
/* Tailwind (arbitrary) */
class="text-[#29031b] bg-[#29031b]"
/* SCSS */
$brand: #29031b;
/* SwiftUI */
Color(red: 0.161, green: 0.012, blue: 0.106)
/* Android */
Color.parseColor("#29031b")Accessibility — WCAG contrast
Aa
#29031b on white: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29031b on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green1.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow34.1%
Key (black)83.9%
Color previews
#29031b text on a black background
contrast 1.12:1
Card sample
#29031b text on a white background
contrast 18.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29031b;
Background color
Panel with #29031b background
background-color: #29031b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29031b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 3, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 3, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29031b; background: linear-gradient(135deg, #29031b, #290403);