#140214
a deep, electric magenta / pink · warm · closest name: black
RGB
20, 2, 20
HSL
300°, 82%, 4%
CMYK
0, 90, 0, 92
Luminance
0.0024
Every format
| HEX | #140214 |
| RGB | rgb(20, 2, 20) |
| HSL | hsl(300, 82%, 4%) |
| CMYK | cmyk(0%, 90%, 0%, 92%) |
| LAB | lab(2.2 8.4 -6.0) |
| LCH | lch(2.2 10.4 324.4) |
| OKLCH | oklch(0.141 0.052 327.9) |
Copy-ready code
/* CSS */
color: #140214;
background-color: #140214;
/* Tailwind (arbitrary) */
class="text-[#140214] bg-[#140214]"
/* SCSS */
$brand: #140214;
/* SwiftUI */
Color(red: 0.078, green: 0.008, blue: 0.078)
/* Android */
Color.parseColor("#140214")Accessibility — WCAG contrast
Aa
#140214 on white: 20.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140214 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green0.8%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta90.0%
Yellow0.0%
Key (black)92.2%
Color previews
#140214 text on a black background
contrast 1.05:1
Card sample
#140214 text on a white background
contrast 20.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140214;
Background color
Panel with #140214 background
background-color: #140214;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140214;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 2, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 2, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140214; background: linear-gradient(135deg, #140214, #140208);