#29110c
a deep, vivid red · warm · closest name: black
RGB
41, 17, 12
HSL
10°, 55%, 10%
CMYK
0, 59, 71, 84
Luminance
0.0090
Every format
| HEX | #29110c |
| RGB | rgb(41, 17, 12) |
| HSL | hsl(10, 55%, 10%) |
| CMYK | cmyk(0%, 59%, 71%, 84%) |
| LAB | lab(8.1 11.8 7.4) |
| LCH | lch(8.1 14.0 32.1) |
| OKLCH | oklch(0.212 0.041 32.9) |
Copy-ready code
/* CSS */
color: #29110c;
background-color: #29110c;
/* Tailwind (arbitrary) */
class="text-[#29110c] bg-[#29110c]"
/* SCSS */
$brand: #29110c;
/* SwiftUI */
Color(red: 0.161, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#29110c")Accessibility — WCAG contrast
Aa
#29110c on white: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29110c on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow70.7%
Key (black)83.9%
Color previews
#29110c text on a black background
contrast 1.18:1
Card sample
#29110c text on a white background
contrast 17.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29110c;
Background color
Panel with #29110c background
background-color: #29110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29110c; background: linear-gradient(135deg, #29110c, #29240C);