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