#240607
a deep, vivid red · warm · closest name: black
RGB
36, 6, 7
HSL
358°, 71%, 8%
CMYK
0, 83, 81, 86
Luminance
0.0052
Every format
| HEX | #240607 |
| RGB | rgb(36, 6, 7) |
| HSL | hsl(358, 71%, 8%) |
| CMYK | cmyk(0%, 83%, 81%, 86%) |
| LAB | lab(4.7 13.8 4.4) |
| LCH | lch(4.7 14.5 17.8) |
| OKLCH | oklch(0.180 0.052 21.7) |
Copy-ready code
/* CSS */
color: #240607;
background-color: #240607;
/* Tailwind (arbitrary) */
class="text-[#240607] bg-[#240607]"
/* SCSS */
$brand: #240607;
/* SwiftUI */
Color(red: 0.141, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#240607")Accessibility — WCAG contrast
Aa
#240607 on white: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240607 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow80.6%
Key (black)85.9%
Color previews
#240607 text on a black background
contrast 1.10:1
Card sample
#240607 text on a white background
contrast 19.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240607;
Background color
Panel with #240607 background
background-color: #240607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240607; background: linear-gradient(135deg, #240607, #241906);