#240708
a deep, vivid red · warm · closest name: black
RGB
36, 7, 8
HSL
358°, 67%, 8%
CMYK
0, 81, 78, 86
Luminance
0.0054
Every format
| HEX | #240708 |
| RGB | rgb(36, 7, 8) |
| HSL | hsl(358, 67%, 8%) |
| CMYK | cmyk(0%, 81%, 78%, 86%) |
| LAB | lab(4.9 13.5 4.3) |
| LCH | lch(4.9 14.2 17.8) |
| OKLCH | oklch(0.182 0.050 21.2) |
Copy-ready code
/* CSS */
color: #240708;
background-color: #240708;
/* Tailwind (arbitrary) */
class="text-[#240708] bg-[#240708]"
/* SCSS */
$brand: #240708;
/* SwiftUI */
Color(red: 0.141, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#240708")Accessibility — WCAG contrast
Aa
#240708 on white: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240708 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow77.8%
Key (black)85.9%
Color previews
#240708 text on a black background
contrast 1.11:1
Card sample
#240708 text on a white background
contrast 18.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240708;
Background color
Panel with #240708 background
background-color: #240708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240708; background: linear-gradient(135deg, #240708, #241907);