#141821
a deep, soft blue · cool · closest name: black
RGB
20, 24, 33
HSL
222°, 25%, 10%
CMYK
39, 27, 0, 87
Luminance
0.0091
Every format
| HEX | #141821 |
| RGB | rgb(20, 24, 33) |
| HSL | hsl(222, 25%, 10%) |
| CMYK | cmyk(39%, 27%, 0%, 87%) |
| LAB | lab(8.2 0.9 -6.9) |
| LCH | lch(8.2 6.9 277.5) |
| OKLCH | oklch(0.209 0.019 266.1) |
Copy-ready code
/* CSS */
color: #141821;
background-color: #141821;
/* Tailwind (arbitrary) */
class="text-[#141821] bg-[#141821]"
/* SCSS */
$brand: #141821;
/* SwiftUI */
Color(red: 0.078, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#141821")Accessibility — WCAG contrast
Aa
#141821 on white: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141821 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green9.4%
Blue12.9%
CMYK percentages
Cyan39.4%
Magenta27.3%
Yellow0.0%
Key (black)87.1%
Color previews
#141821 text on a black background
contrast 1.18:1
Card sample
#141821 text on a white background
contrast 17.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141821;
Background color
Panel with #141821 background
background-color: #141821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141821; background: linear-gradient(135deg, #141821, #191421);