#14141b
a deep, muted blue · warm · closest name: black
RGB
20, 20, 27
HSL
240°, 15%, 9%
CMYK
26, 26, 0, 89
Luminance
0.0073
Every format
| HEX | #14141b |
| RGB | rgb(20, 20, 27) |
| HSL | hsl(240, 15%, 9%) |
| CMYK | cmyk(26%, 26%, 0%, 89%) |
| LAB | lab(6.6 1.8 -4.8) |
| LCH | lch(6.6 5.1 290.7) |
| OKLCH | oklch(0.195 0.014 285.0) |
Copy-ready code
/* CSS */
color: #14141b;
background-color: #14141b;
/* Tailwind (arbitrary) */
class="text-[#14141b] bg-[#14141b]"
/* SCSS */
$brand: #14141b;
/* SwiftUI */
Color(red: 0.078, green: 0.078, blue: 0.106)
/* Android */
Color.parseColor("#14141b")Accessibility — WCAG contrast
Aa
#14141b on white: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14141b on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green7.8%
Blue10.6%
CMYK percentages
Cyan25.9%
Magenta25.9%
Yellow0.0%
Key (black)89.4%
Color previews
#14141b text on a black background
contrast 1.15:1
Card sample
#14141b text on a white background
contrast 18.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14141b;
Background color
Panel with #14141b background
background-color: #14141b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14141b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 20, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 20, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14141b; background: linear-gradient(135deg, #14141b, #19141B);