#291f29
a deep, muted magenta / pink · warm · closest name: black
RGB
41, 31, 41
HSL
300°, 14%, 14%
CMYK
0, 24, 0, 84
Luminance
0.0161
Every format
| HEX | #291f29 |
| RGB | rgb(41, 31, 41) |
| HSL | hsl(300, 14%, 14%) |
| CMYK | cmyk(0%, 24%, 0%, 84%) |
| LAB | lab(13.3 7.1 -4.9) |
| LCH | lch(13.3 8.6 325.5) |
| OKLCH | oklch(0.255 0.024 326.2) |
Copy-ready code
/* CSS */
color: #291f29;
background-color: #291f29;
/* Tailwind (arbitrary) */
class="text-[#291f29] bg-[#291f29]"
/* SCSS */
$brand: #291f29;
/* SwiftUI */
Color(red: 0.161, green: 0.122, blue: 0.161)
/* Android */
Color.parseColor("#291f29")Accessibility — WCAG contrast
Aa
#291f29 on white: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291f29 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green12.2%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow0.0%
Key (black)83.9%
Color previews
#291f29 text on a black background
contrast 1.32:1
Card sample
#291f29 text on a white background
contrast 15.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291f29;
Background color
Panel with #291f29 background
background-color: #291f29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291f29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 31, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 31, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291f29; background: linear-gradient(135deg, #291f29, #291F22);