#241818
a deep, soft red · warm · closest name: black
RGB
36, 24, 24
HSL
0°, 20%, 12%
CMYK
0, 33, 33, 86
Luminance
0.0109
Every format
| HEX | #241818 |
| RGB | rgb(36, 24, 24) |
| HSL | hsl(0, 20%, 12%) |
| CMYK | cmyk(0%, 33%, 33%, 86%) |
| LAB | lab(9.8 6.0 2.4) |
| LCH | lch(9.8 6.5 21.5) |
| OKLCH | oklch(0.224 0.019 18.7) |
Copy-ready code
/* CSS */
color: #241818;
background-color: #241818;
/* Tailwind (arbitrary) */
class="text-[#241818] bg-[#241818]"
/* SCSS */
$brand: #241818;
/* SwiftUI */
Color(red: 0.141, green: 0.094, blue: 0.094)
/* Android */
Color.parseColor("#241818")Accessibility — WCAG contrast
Aa
#241818 on white: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241818 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green9.4%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow33.3%
Key (black)85.9%
Color previews
#241818 text on a black background
contrast 1.22:1
Card sample
#241818 text on a white background
contrast 17.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241818;
Background color
Panel with #241818 background
background-color: #241818;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241818;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 24, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 24, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241818; background: linear-gradient(135deg, #241818, #242018);