#290a11
a deep, vivid red · warm · closest name: black
RGB
41, 10, 17
HSL
347°, 61%, 10%
CMYK
0, 76, 59, 84
Luminance
0.0073
Every format
| HEX | #290a11 |
| RGB | rgb(41, 10, 17) |
| HSL | hsl(347, 61%, 10%) |
| CMYK | cmyk(0%, 76%, 59%, 84%) |
| LAB | lab(6.6 16.6 2.6) |
| LCH | lch(6.6 16.8 9.0) |
| OKLCH | oklch(0.201 0.052 9.2) |
Copy-ready code
/* CSS */
color: #290a11;
background-color: #290a11;
/* Tailwind (arbitrary) */
class="text-[#290a11] bg-[#290a11]"
/* SCSS */
$brand: #290a11;
/* SwiftUI */
Color(red: 0.161, green: 0.039, blue: 0.067)
/* Android */
Color.parseColor("#290a11")Accessibility — WCAG contrast
Aa
#290a11 on white: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290a11 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green3.9%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow58.5%
Key (black)83.9%
Color previews
#290a11 text on a black background
contrast 1.15:1
Card sample
#290a11 text on a white background
contrast 18.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290a11;
Background color
Panel with #290a11 background
background-color: #290a11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290a11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 10, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 10, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290a11; background: linear-gradient(135deg, #290a11, #29180A);