#18000c
a deep, electric magenta / pink · warm · closest name: black
RGB
24, 0, 12
HSL
330°, 100%, 5%
CMYK
0, 100, 50, 91
Luminance
0.0022
Every format
| HEX | #18000c |
| RGB | rgb(24, 0, 12) |
| HSL | hsl(330, 100%, 5%) |
| CMYK | cmyk(0%, 100%, 50%, 91%) |
| LAB | lab(2.0 9.6 -1.8) |
| LCH | lch(2.0 9.7 349.3) |
| OKLCH | oklch(0.138 0.058 349.7) |
Copy-ready code
/* CSS */
color: #18000c;
background-color: #18000c;
/* Tailwind (arbitrary) */
class="text-[#18000c] bg-[#18000c]"
/* SCSS */
$brand: #18000c;
/* SwiftUI */
Color(red: 0.094, green: 0.000, blue: 0.047)
/* Android */
Color.parseColor("#18000c")Accessibility — WCAG contrast
Aa
#18000c on white: 20.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#18000c on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green0.0%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.0%
Key (black)90.6%
Color previews
#18000c text on a black background
contrast 1.04:1
Card sample
#18000c text on a white background
contrast 20.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18000c;
Background color
Panel with #18000c background
background-color: #18000c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18000c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 0, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 0, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18000c; background: linear-gradient(135deg, #18000c, #180400);