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