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