#141018
a deep, soft violet · warm · closest name: black
RGB
20, 16, 24
HSL
270°, 20%, 8%
CMYK
17, 33, 0, 91
Luminance
0.0059
Every format
| HEX | #141018 |
| RGB | rgb(20, 16, 24) |
| HSL | hsl(270, 20%, 8%) |
| CMYK | cmyk(17%, 33%, 0%, 91%) |
| LAB | lab(5.3 3.4 -4.4) |
| LCH | lch(5.3 5.5 307.6) |
| OKLCH | oklch(0.182 0.017 307.4) |
Copy-ready code
/* CSS */
color: #141018;
background-color: #141018;
/* Tailwind (arbitrary) */
class="text-[#141018] bg-[#141018]"
/* SCSS */
$brand: #141018;
/* SwiftUI */
Color(red: 0.078, green: 0.063, blue: 0.094)
/* Android */
Color.parseColor("#141018")Accessibility — WCAG contrast
Aa
#141018 on white: 18.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141018 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.3%
Blue9.4%
CMYK percentages
Cyan16.7%
Magenta33.3%
Yellow0.0%
Key (black)90.6%
Color previews
#141018 text on a black background
contrast 1.12:1
Card sample
#141018 text on a white background
contrast 18.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141018;
Background color
Panel with #141018 background
background-color: #141018;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141018;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 16, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 16, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141018; background: linear-gradient(135deg, #141018, #181017);