#141015
a deep, muted violet · warm · closest name: black
RGB
20, 16, 21
HSL
288°, 14%, 7%
CMYK
5, 24, 0, 92
Luminance
0.0057
Every format
| HEX | #141015 |
| RGB | rgb(20, 16, 21) |
| HSL | hsl(288, 14%, 7%) |
| CMYK | cmyk(5%, 24%, 0%, 92%) |
| LAB | lab(5.2 2.6 -2.3) |
| LCH | lch(5.2 3.5 318.2) |
| OKLCH | oklch(0.180 0.012 319.5) |
Copy-ready code
/* CSS */
color: #141015;
background-color: #141015;
/* Tailwind (arbitrary) */
class="text-[#141015] bg-[#141015]"
/* SCSS */
$brand: #141015;
/* SwiftUI */
Color(red: 0.078, green: 0.063, blue: 0.082)
/* Android */
Color.parseColor("#141015")Accessibility — WCAG contrast
Aa
#141015 on white: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141015 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.3%
Blue8.2%
CMYK percentages
Cyan4.8%
Magenta23.8%
Yellow0.0%
Key (black)91.8%
Color previews
#141015 text on a black background
contrast 1.11:1
Card sample
#141015 text on a white background
contrast 18.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141015;
Background color
Panel with #141015 background
background-color: #141015;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141015;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 16, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 16, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141015; background: linear-gradient(135deg, #141015, #151013);