#240013
a deep, electric magenta / pink · warm · closest name: black
RGB
36, 0, 19
HSL
328°, 100%, 7%
CMYK
0, 100, 47, 86
Luminance
0.0042
Every format
| HEX | #240013 |
| RGB | rgb(36, 0, 19) |
| HSL | hsl(328, 100%, 7%) |
| CMYK | cmyk(0%, 100%, 47%, 86%) |
| LAB | lab(3.8 18.2 -2.8) |
| LCH | lch(3.8 18.4 351.4) |
| OKLCH | oklch(0.171 0.071 351.6) |
Copy-ready code
/* CSS */
color: #240013;
background-color: #240013;
/* Tailwind (arbitrary) */
class="text-[#240013] bg-[#240013]"
/* SCSS */
$brand: #240013;
/* SwiftUI */
Color(red: 0.141, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#240013")Accessibility — WCAG contrast
Aa
#240013 on white: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240013 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow47.2%
Key (black)85.9%
Color previews
#240013 text on a black background
contrast 1.08:1
Card sample
#240013 text on a white background
contrast 19.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240013;
Background color
Panel with #240013 background
background-color: #240013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240013; background: linear-gradient(135deg, #240013, #240500);