#240500
a deep, electric red · warm · closest name: black
RGB
36, 5, 0
HSL
8°, 100%, 7%
CMYK
0, 86, 100, 86
Luminance
0.0048
Every format
| HEX | #240500 |
| RGB | rgb(36, 5, 0) |
| HSL | hsl(8, 100%, 7%) |
| CMYK | cmyk(0%, 86%, 100%, 86%) |
| LAB | lab(4.4 13.2 6.8) |
| LCH | lch(4.4 14.8 27.2) |
| OKLCH | oklch(0.175 0.057 38.3) |
Copy-ready code
/* CSS */
color: #240500;
background-color: #240500;
/* Tailwind (arbitrary) */
class="text-[#240500] bg-[#240500]"
/* SCSS */
$brand: #240500;
/* SwiftUI */
Color(red: 0.141, green: 0.020, blue: 0.000)
/* Android */
Color.parseColor("#240500")Accessibility — WCAG contrast
Aa
#240500 on white: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240500 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green2.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta86.1%
Yellow100.0%
Key (black)85.9%
Color previews
#240500 text on a black background
contrast 1.10:1
Card sample
#240500 text on a white background
contrast 19.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240500;
Background color
Panel with #240500 background
background-color: #240500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 5, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 5, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240500; background: linear-gradient(135deg, #240500, #241D00);