#292921
a deep, muted yellow · cool · closest name: black
RGB
41, 41, 33
HSL
60°, 11%, 15%
CMYK
0, 0, 20, 84
Luminance
0.0217
Every format
| HEX | #292921 |
| RGB | rgb(41, 41, 33) |
| HSL | hsl(60, 11%, 15%) |
| CMYK | cmyk(0%, 0%, 20%, 84%) |
| LAB | lab(16.3 -1.8 5.3) |
| LCH | lch(16.3 5.5 108.7) |
| OKLCH | oklch(0.278 0.014 107.3) |
Copy-ready code
/* CSS */
color: #292921;
background-color: #292921;
/* Tailwind (arbitrary) */
class="text-[#292921] bg-[#292921]"
/* SCSS */
$brand: #292921;
/* SwiftUI */
Color(red: 0.161, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#292921")Accessibility — WCAG contrast
Aa
#292921 on white: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292921 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow19.5%
Key (black)83.9%
Color previews
#292921 text on a black background
contrast 1.43:1
Card sample
#292921 text on a white background
contrast 14.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292921;
Background color
Panel with #292921 background
background-color: #292921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292921; background: linear-gradient(135deg, #292921, #242921);