#292405
a deep, electric yellow · cool · closest name: black
RGB
41, 36, 5
HSL
52°, 78%, 9%
CMYK
0, 12, 88, 84
Luminance
0.0174
Every format
| HEX | #292405 |
| RGB | rgb(41, 36, 5) |
| HSL | hsl(52, 78%, 9%) |
| CMYK | cmyk(0%, 12%, 88%, 84%) |
| LAB | lab(14.1 -2.3 18.6) |
| LCH | lch(14.1 18.7 96.9) |
| OKLCH | oklch(0.259 0.047 100.1) |
Copy-ready code
/* CSS */
color: #292405;
background-color: #292405;
/* Tailwind (arbitrary) */
class="text-[#292405] bg-[#292405]"
/* SCSS */
$brand: #292405;
/* SwiftUI */
Color(red: 0.161, green: 0.141, blue: 0.020)
/* Android */
Color.parseColor("#292405")Accessibility — WCAG contrast
Aa
#292405 on white: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292405 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green14.1%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow87.8%
Key (black)83.9%
Color previews
#292405 text on a black background
contrast 1.35:1
Card sample
#292405 text on a white background
contrast 15.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292405;
Background color
Panel with #292405 background
background-color: #292405;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292405;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 36, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 36, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292405; background: linear-gradient(135deg, #292405, #162905);