#140613
a deep, vivid magenta / pink · warm · closest name: black
RGB
20, 6, 19
HSL
304°, 54%, 5%
CMYK
0, 70, 5, 92
Luminance
0.0033
Every format
| HEX | #140613 |
| RGB | rgb(20, 6, 19) |
| HSL | hsl(304, 54%, 5%) |
| CMYK | cmyk(0%, 70%, 5%, 92%) |
| LAB | lab(2.9 6.6 -4.3) |
| LCH | lch(2.9 7.9 327.1) |
| OKLCH | oklch(0.153 0.036 329.7) |
Copy-ready code
/* CSS */
color: #140613;
background-color: #140613;
/* Tailwind (arbitrary) */
class="text-[#140613] bg-[#140613]"
/* SCSS */
$brand: #140613;
/* SwiftUI */
Color(red: 0.078, green: 0.024, blue: 0.075)
/* Android */
Color.parseColor("#140613")Accessibility — WCAG contrast
Aa
#140613 on white: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140613 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green2.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow5.0%
Key (black)92.2%
Color previews
#140613 text on a black background
contrast 1.07:1
Card sample
#140613 text on a white background
contrast 19.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140613;
Background color
Panel with #140613 background
background-color: #140613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 6, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 6, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140613; background: linear-gradient(135deg, #140613, #14060A);