#291421
a deep, soft magenta / pink · warm · closest name: black
RGB
41, 20, 33
HSL
323°, 34%, 12%
CMYK
0, 51, 20, 84
Luminance
0.0108
Every format
| HEX | #291421 |
| RGB | rgb(41, 20, 33) |
| HSL | hsl(323, 34%, 12%) |
| CMYK | cmyk(0%, 51%, 20%, 84%) |
| LAB | lab(9.7 13.1 -4.5) |
| LCH | lch(9.7 13.9 341.2) |
| OKLCH | oklch(0.226 0.040 343.0) |
Copy-ready code
/* CSS */
color: #291421;
background-color: #291421;
/* Tailwind (arbitrary) */
class="text-[#291421] bg-[#291421]"
/* SCSS */
$brand: #291421;
/* SwiftUI */
Color(red: 0.161, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#291421")Accessibility — WCAG contrast
Aa
#291421 on white: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291421 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow19.5%
Key (black)83.9%
Color previews
#291421 text on a black background
contrast 1.22:1
Card sample
#291421 text on a white background
contrast 17.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291421;
Background color
Panel with #291421 background
background-color: #291421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291421; background: linear-gradient(135deg, #291421, #291514);