#292829
a deep, muted gray · warm · closest name: black
RGB
41, 40, 41
HSL
300°, 1%, 16%
CMYK
0, 2, 0, 84
Luminance
0.0215
Every format
| HEX | #292829 |
| RGB | rgb(41, 40, 41) |
| HSL | hsl(300, 1%, 16%) |
| CMYK | cmyk(0%, 2%, 0%, 84%) |
| LAB | lab(16.3 0.7 -0.5) |
| LCH | lch(16.3 0.8 324.6) |
| OKLCH | oklch(0.278 0.002 325.6) |
Copy-ready code
/* CSS */
color: #292829;
background-color: #292829;
/* Tailwind (arbitrary) */
class="text-[#292829] bg-[#292829]"
/* SCSS */
$brand: #292829;
/* SwiftUI */
Color(red: 0.161, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#292829")Accessibility — WCAG contrast
Aa
#292829 on white: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292829 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow0.0%
Key (black)83.9%
Color previews
#292829 text on a black background
contrast 1.43:1
Card sample
#292829 text on a white background
contrast 14.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292829;
Background color
Panel with #292829 background
background-color: #292829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292829; background: linear-gradient(135deg, #292829, #292828);