#141019
a deep, soft violet · warm · closest name: black
RGB
20, 16, 25
HSL
267°, 22%, 8%
CMYK
20, 36, 0, 90
Luminance
0.0059
Every format
| HEX | #141019 |
| RGB | rgb(20, 16, 25) |
| HSL | hsl(267, 22%, 8%) |
| CMYK | cmyk(20%, 36%, 0%, 90%) |
| LAB | lab(5.3 3.6 -5.1) |
| LCH | lch(5.3 6.3 305.5) |
| OKLCH | oklch(0.182 0.019 304.8) |
Copy-ready code
/* CSS */
color: #141019;
background-color: #141019;
/* Tailwind (arbitrary) */
class="text-[#141019] bg-[#141019]"
/* SCSS */
$brand: #141019;
/* SwiftUI */
Color(red: 0.078, green: 0.063, blue: 0.098)
/* Android */
Color.parseColor("#141019")Accessibility — WCAG contrast
Aa
#141019 on white: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141019 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.3%
Blue9.8%
CMYK percentages
Cyan20.0%
Magenta36.0%
Yellow0.0%
Key (black)90.2%
Color previews
#141019 text on a black background
contrast 1.12:1
Card sample
#141019 text on a white background
contrast 18.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141019;
Background color
Panel with #141019 background
background-color: #141019;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141019;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 16, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 16, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141019; background: linear-gradient(135deg, #141019, #191018);