#290607
a deep, vivid red · warm · closest name: black
RGB
41, 6, 7
HSL
358°, 75%, 9%
CMYK
0, 85, 83, 84
Luminance
0.0062
Every format
| HEX | #290607 |
| RGB | rgb(41, 6, 7) |
| HSL | hsl(358, 75%, 9%) |
| CMYK | cmyk(0%, 85%, 83%, 84%) |
| LAB | lab(5.6 17.2 5.8) |
| LCH | lch(5.6 18.2 18.6) |
| OKLCH | oklch(0.191 0.059 22.8) |
Copy-ready code
/* CSS */
color: #290607;
background-color: #290607;
/* Tailwind (arbitrary) */
class="text-[#290607] bg-[#290607]"
/* SCSS */
$brand: #290607;
/* SwiftUI */
Color(red: 0.161, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#290607")Accessibility — WCAG contrast
Aa
#290607 on white: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290607 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow82.9%
Key (black)83.9%
Color previews
#290607 text on a black background
contrast 1.12:1
Card sample
#290607 text on a white background
contrast 18.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290607;
Background color
Panel with #290607 background
background-color: #290607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290607; background: linear-gradient(135deg, #290607, #291C06);