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