#290000
a deep, electric red · warm · closest name: black
RGB
41, 0, 0
HSL
0°, 100%, 8%
CMYK
0, 100, 100, 84
Luminance
0.0047
Every format
| HEX | #290000 |
| RGB | rgb(41, 0, 0) |
| HSL | hsl(0, 100%, 8%) |
| CMYK | cmyk(0%, 100%, 100%, 84%) |
| LAB | lab(4.3 19.0 6.7) |
| LCH | lch(4.3 20.2 19.5) |
| OKLCH | oklch(0.176 0.072 29.2) |
Copy-ready code
/* CSS */
color: #290000;
background-color: #290000;
/* Tailwind (arbitrary) */
class="text-[#290000] bg-[#290000]"
/* SCSS */
$brand: #290000;
/* SwiftUI */
Color(red: 0.161, green: 0.000, blue: 0.000)
/* Android */
Color.parseColor("#290000")Accessibility — WCAG contrast
Aa
#290000 on white: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290000 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green0.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow100.0%
Key (black)83.9%
Color previews
#290000 text on a black background
contrast 1.09:1
Card sample
#290000 text on a white background
contrast 19.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290000;
Background color
Panel with #290000 background
background-color: #290000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 0, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 0, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290000; background: linear-gradient(135deg, #290000, #291B00);