#291418
a deep, soft red · warm · closest name: black
RGB
41, 20, 24
HSL
349°, 34%, 12%
CMYK
0, 51, 42, 84
Luminance
0.0104
Every format
| HEX | #291418 |
| RGB | rgb(41, 20, 24) |
| HSL | hsl(349, 34%, 12%) |
| CMYK | cmyk(0%, 51%, 42%, 84%) |
| LAB | lab(9.3 11.4 1.8) |
| LCH | lch(9.3 11.6 9.1) |
| OKLCH | oklch(0.223 0.035 8.0) |
Copy-ready code
/* CSS */
color: #291418;
background-color: #291418;
/* Tailwind (arbitrary) */
class="text-[#291418] bg-[#291418]"
/* SCSS */
$brand: #291418;
/* SwiftUI */
Color(red: 0.161, green: 0.078, blue: 0.094)
/* Android */
Color.parseColor("#291418")Accessibility — WCAG contrast
Aa
#291418 on white: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291418 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green7.8%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow41.5%
Key (black)83.9%
Color previews
#291418 text on a black background
contrast 1.21:1
Card sample
#291418 text on a white background
contrast 17.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291418;
Background color
Panel with #291418 background
background-color: #291418;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291418;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 20, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 20, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291418; background: linear-gradient(135deg, #291418, #291E14);