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