#141012
a deep, muted magenta / pink · warm · closest name: black
RGB
20, 16, 18
HSL
330°, 11%, 7%
CMYK
0, 20, 10, 92
Luminance
0.0056
Every format
| HEX | #141012 |
| RGB | rgb(20, 16, 18) |
| HSL | hsl(330, 11%, 7%) |
| CMYK | cmyk(0%, 20%, 10%, 92%) |
| LAB | lab(5.1 2.0 -0.5) |
| LCH | lch(5.1 2.0 344.9) |
| OKLCH | oklch(0.179 0.008 346.2) |
Copy-ready code
/* CSS */
color: #141012;
background-color: #141012;
/* Tailwind (arbitrary) */
class="text-[#141012] bg-[#141012]"
/* SCSS */
$brand: #141012;
/* SwiftUI */
Color(red: 0.078, green: 0.063, blue: 0.071)
/* Android */
Color.parseColor("#141012")Accessibility — WCAG contrast
Aa
#141012 on white: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141012 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.3%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow10.0%
Key (black)92.2%
Color previews
#141012 text on a black background
contrast 1.11:1
Card sample
#141012 text on a white background
contrast 18.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141012;
Background color
Panel with #141012 background
background-color: #141012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 16, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 16, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141012; background: linear-gradient(135deg, #141012, #141110);