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