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