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