#141017
a deep, soft violet · warm · closest name: black
RGB
20, 16, 23
HSL
274°, 18%, 8%
CMYK
13, 30, 0, 91
Luminance
0.0058
Every format
| HEX | #141017 |
| RGB | rgb(20, 16, 23) |
| HSL | hsl(274, 18%, 8%) |
| CMYK | cmyk(13%, 30%, 0%, 91%) |
| LAB | lab(5.3 3.1 -3.7) |
| LCH | lch(5.3 4.8 310.3) |
| OKLCH | oklch(0.181 0.015 310.5) |
Copy-ready code
/* CSS */
color: #141017;
background-color: #141017;
/* Tailwind (arbitrary) */
class="text-[#141017] bg-[#141017]"
/* SCSS */
$brand: #141017;
/* SwiftUI */
Color(red: 0.078, green: 0.063, blue: 0.090)
/* Android */
Color.parseColor("#141017")Accessibility — WCAG contrast
Aa
#141017 on white: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141017 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.3%
Blue9.0%
CMYK percentages
Cyan13.0%
Magenta30.4%
Yellow0.0%
Key (black)91.0%
Color previews
#141017 text on a black background
contrast 1.12:1
Card sample
#141017 text on a white background
contrast 18.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141017;
Background color
Panel with #141017 background
background-color: #141017;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141017;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 16, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 16, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141017; background: linear-gradient(135deg, #141017, #171015);