#142021
a deep, soft cyan · cool · closest name: black
RGB
20, 32, 33
HSL
185°, 25%, 10%
CMYK
39, 3, 0, 87
Luminance
0.0129
Every format
| HEX | #142021 |
| RGB | rgb(20, 32, 33) |
| HSL | hsl(185, 25%, 10%) |
| CMYK | cmyk(39%, 3%, 0%, 87%) |
| LAB | lab(11.2 -4.9 -2.4) |
| LCH | lch(11.2 5.5 205.8) |
| OKLCH | oklch(0.233 0.017 202.5) |
Copy-ready code
/* CSS */
color: #142021;
background-color: #142021;
/* Tailwind (arbitrary) */
class="text-[#142021] bg-[#142021]"
/* SCSS */
$brand: #142021;
/* SwiftUI */
Color(red: 0.078, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#142021")Accessibility — WCAG contrast
Aa
#142021 on white: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#142021 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green12.5%
Blue12.9%
CMYK percentages
Cyan39.4%
Magenta3.0%
Yellow0.0%
Key (black)87.1%
Color previews
#142021 text on a black background
contrast 1.26:1
Card sample
#142021 text on a white background
contrast 16.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #142021;
Background color
Panel with #142021 background
background-color: #142021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #142021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #142021; background: linear-gradient(135deg, #142021, #141721);