#14000c
a deep, electric magenta / pink · warm · closest name: black
RGB
20, 0, 12
HSL
324°, 100%, 4%
CMYK
0, 100, 40, 92
Luminance
0.0018
Every format
| HEX | #14000c |
| RGB | rgb(20, 0, 12) |
| HSL | hsl(324, 100%, 4%) |
| CMYK | cmyk(0%, 100%, 40%, 92%) |
| LAB | lab(1.6 7.7 -2.5) |
| LCH | lch(1.6 8.1 342.3) |
| OKLCH | oklch(0.128 0.055 343.6) |
Copy-ready code
/* CSS */
color: #14000c;
background-color: #14000c;
/* Tailwind (arbitrary) */
class="text-[#14000c] bg-[#14000c]"
/* SCSS */
$brand: #14000c;
/* SwiftUI */
Color(red: 0.078, green: 0.000, blue: 0.047)
/* Android */
Color.parseColor("#14000c")Accessibility — WCAG contrast
Aa
#14000c on white: 20.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14000c on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green0.0%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow40.0%
Key (black)92.2%
Color previews
#14000c text on a black background
contrast 1.04:1
Card sample
#14000c text on a white background
contrast 20.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14000c;
Background color
Panel with #14000c background
background-color: #14000c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14000c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 0, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 0, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14000c; background: linear-gradient(135deg, #14000c, #140100);