#292229
a deep, muted magenta / pink · warm · closest name: black
RGB
41, 34, 41
HSL
300°, 9%, 15%
CMYK
0, 17, 0, 84
Luminance
0.0178
Every format
| HEX | #292229 |
| RGB | rgb(41, 34, 41) |
| HSL | hsl(300, 9%, 15%) |
| CMYK | cmyk(0%, 17%, 0%, 84%) |
| LAB | lab(14.3 4.9 -3.4) |
| LCH | lch(14.3 6.0 325.2) |
| OKLCH | oklch(0.263 0.016 326.0) |
Copy-ready code
/* CSS */
color: #292229;
background-color: #292229;
/* Tailwind (arbitrary) */
class="text-[#292229] bg-[#292229]"
/* SCSS */
$brand: #292229;
/* SwiftUI */
Color(red: 0.161, green: 0.133, blue: 0.161)
/* Android */
Color.parseColor("#292229")Accessibility — WCAG contrast
Aa
#292229 on white: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292229 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green13.3%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow0.0%
Key (black)83.9%
Color previews
#292229 text on a black background
contrast 1.36:1
Card sample
#292229 text on a white background
contrast 15.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292229;
Background color
Panel with #292229 background
background-color: #292229;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292229;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 34, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 34, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292229; background: linear-gradient(135deg, #292229, #292224);