#14000a
a deep, electric magenta / pink · warm · closest name: black
RGB
20, 0, 10
HSL
330°, 100%, 4%
CMYK
0, 100, 50, 92
Luminance
0.0017
Every format
| HEX | #14000a |
| RGB | rgb(20, 0, 10) |
| HSL | hsl(330, 100%, 4%) |
| CMYK | cmyk(0%, 100%, 50%, 92%) |
| LAB | lab(1.5 7.4 -1.7) |
| LCH | lch(1.5 7.6 347.4) |
| OKLCH | oklch(0.127 0.053 348.0) |
Copy-ready code
/* CSS */
color: #14000a;
background-color: #14000a;
/* Tailwind (arbitrary) */
class="text-[#14000a] bg-[#14000a]"
/* SCSS */
$brand: #14000a;
/* SwiftUI */
Color(red: 0.078, green: 0.000, blue: 0.039)
/* Android */
Color.parseColor("#14000a")Accessibility — WCAG contrast
Aa
#14000a on white: 20.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14000a on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green0.0%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.0%
Key (black)92.2%
Color previews
#14000a text on a black background
contrast 1.03:1
Card sample
#14000a text on a white background
contrast 20.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14000a;
Background color
Panel with #14000a background
background-color: #14000a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14000a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 0, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 0, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14000a; background: linear-gradient(135deg, #14000a, #140300);