#141b1f
a deep, soft blue · cool · closest name: black
RGB
20, 27, 31
HSL
202°, 22%, 10%
CMYK
36, 13, 0, 88
Luminance
0.0103
Every format
| HEX | #141b1f |
| RGB | rgb(20, 27, 31) |
| HSL | hsl(202, 22%, 10%) |
| CMYK | cmyk(36%, 13%, 0%, 88%) |
| LAB | lab(9.3 -2.0 -3.8) |
| LCH | lch(9.3 4.3 242.5) |
| OKLCH | oklch(0.217 0.013 233.2) |
Copy-ready code
/* CSS */
color: #141b1f;
background-color: #141b1f;
/* Tailwind (arbitrary) */
class="text-[#141b1f] bg-[#141b1f]"
/* SCSS */
$brand: #141b1f;
/* SwiftUI */
Color(red: 0.078, green: 0.106, blue: 0.122)
/* Android */
Color.parseColor("#141b1f")Accessibility — WCAG contrast
Aa
#141b1f on white: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141b1f on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green10.6%
Blue12.2%
CMYK percentages
Cyan35.5%
Magenta12.9%
Yellow0.0%
Key (black)87.8%
Color previews
#141b1f text on a black background
contrast 1.21:1
Card sample
#141b1f text on a white background
contrast 17.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141b1f;
Background color
Panel with #141b1f background
background-color: #141b1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141b1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 27, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 27, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141b1f; background: linear-gradient(135deg, #141b1f, #14141F);