#292221
a deep, muted red · warm · closest name: black
RGB
41, 34, 33
HSL
8°, 11%, 15%
CMYK
0, 17, 20, 84
Luminance
0.0173
Every format
| HEX | #292221 |
| RGB | rgb(41, 34, 33) |
| HSL | hsl(8, 11%, 15%) |
| CMYK | cmyk(0%, 17%, 20%, 84%) |
| LAB | lab(14.0 3.1 1.9) |
| LCH | lch(14.0 3.6 31.4) |
| OKLCH | oklch(0.260 0.011 27.5) |
Copy-ready code
/* CSS */
color: #292221;
background-color: #292221;
/* Tailwind (arbitrary) */
class="text-[#292221] bg-[#292221]"
/* SCSS */
$brand: #292221;
/* SwiftUI */
Color(red: 0.161, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#292221")Accessibility — WCAG contrast
Aa
#292221 on white: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292221 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow19.5%
Key (black)83.9%
Color previews
#292221 text on a black background
contrast 1.35:1
Card sample
#292221 text on a white background
contrast 15.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292221;
Background color
Panel with #292221 background
background-color: #292221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292221; background: linear-gradient(135deg, #292221, #292721);