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