#140b13
a deep, soft magenta / pink · warm · closest name: black
RGB
20, 11, 19
HSL
307°, 29%, 6%
CMYK
0, 45, 5, 92
Luminance
0.0044
Every format
| HEX | #140b13 |
| RGB | rgb(20, 11, 19) |
| HSL | hsl(307, 29%, 6%) |
| CMYK | cmyk(0%, 45%, 5%, 92%) |
| LAB | lab(3.9 4.6 -2.8) |
| LCH | lch(3.9 5.4 328.3) |
| OKLCH | oklch(0.166 0.022 330.4) |
Copy-ready code
/* CSS */
color: #140b13;
background-color: #140b13;
/* Tailwind (arbitrary) */
class="text-[#140b13] bg-[#140b13]"
/* SCSS */
$brand: #140b13;
/* SwiftUI */
Color(red: 0.078, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#140b13")Accessibility — WCAG contrast
Aa
#140b13 on white: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140b13 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow5.0%
Key (black)92.2%
Color previews
#140b13 text on a black background
contrast 1.09:1
Card sample
#140b13 text on a white background
contrast 19.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140b13;
Background color
Panel with #140b13 background
background-color: #140b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140b13; background: linear-gradient(135deg, #140b13, #140B0D);