#29240a
a deep, vivid yellow · cool · closest name: black
RGB
41, 36, 10
HSL
50°, 61%, 10%
CMYK
0, 12, 76, 84
Luminance
0.0176
Every format
| HEX | #29240a |
| RGB | rgb(41, 36, 10) |
| HSL | hsl(50, 61%, 10%) |
| CMYK | cmyk(0%, 12%, 76%, 84%) |
| LAB | lab(14.2 -1.8 16.6) |
| LCH | lch(14.2 16.7 96.1) |
| OKLCH | oklch(0.259 0.042 98.5) |
Copy-ready code
/* CSS */
color: #29240a;
background-color: #29240a;
/* Tailwind (arbitrary) */
class="text-[#29240a] bg-[#29240a]"
/* SCSS */
$brand: #29240a;
/* SwiftUI */
Color(red: 0.161, green: 0.141, blue: 0.039)
/* Android */
Color.parseColor("#29240a")Accessibility — WCAG contrast
Aa
#29240a on white: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29240a on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green14.1%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow75.6%
Key (black)83.9%
Color previews
#29240a text on a black background
contrast 1.35:1
Card sample
#29240a text on a white background
contrast 15.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29240a;
Background color
Panel with #29240a background
background-color: #29240a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29240a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 36, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 36, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29240a; background: linear-gradient(135deg, #29240a, #19290A);