#292913
a deep, soft yellow · cool · closest name: black
RGB
41, 41, 19
HSL
60°, 37%, 12%
CMYK
0, 0, 54, 84
Luminance
0.0210
Every format
| HEX | #292913 |
| RGB | rgb(41, 41, 19) |
| HSL | hsl(60, 37%, 12%) |
| CMYK | cmyk(0%, 0%, 54%, 84%) |
| LAB | lab(16.0 -4.2 14.4) |
| LCH | lch(16.0 15.0 106.1) |
| OKLCH | oklch(0.275 0.037 108.6) |
Copy-ready code
/* CSS */
color: #292913;
background-color: #292913;
/* Tailwind (arbitrary) */
class="text-[#292913] bg-[#292913]"
/* SCSS */
$brand: #292913;
/* SwiftUI */
Color(red: 0.161, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#292913")Accessibility — WCAG contrast
Aa
#292913 on white: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292913 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#292913 text on a black background
contrast 1.42:1
Card sample
#292913 text on a white background
contrast 14.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292913;
Background color
Panel with #292913 background
background-color: #292913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292913; background: linear-gradient(135deg, #292913, #1A2913);