#142f1b
a deep, soft green · cool · closest name: darkslategray
RGB
20, 47, 27
HSL
136°, 40%, 13%
CMYK
57, 0, 43, 82
Luminance
0.0226
Every format
| HEX | #142f1b |
| RGB | rgb(20, 47, 27) |
| HSL | hsl(136, 40%, 13%) |
| CMYK | cmyk(57%, 0%, 43%, 82%) |
| LAB | lab(16.8 -15.9 9.8) |
| LCH | lch(16.8 18.6 148.4) |
| OKLCH | oklch(0.277 0.050 150.5) |
Copy-ready code
/* CSS */
color: #142f1b;
background-color: #142f1b;
/* Tailwind (arbitrary) */
class="text-[#142f1b] bg-[#142f1b]"
/* SCSS */
$brand: #142f1b;
/* SwiftUI */
Color(red: 0.078, green: 0.184, blue: 0.106)
/* Android */
Color.parseColor("#142f1b")Accessibility — WCAG contrast
Aa
#142f1b on white: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#142f1b on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green18.4%
Blue10.6%
CMYK percentages
Cyan57.4%
Magenta0.0%
Yellow42.6%
Key (black)81.6%
Color previews
#142f1b text on a black background
contrast 1.45:1
Card sample
#142f1b text on a white background
contrast 14.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #142f1b;
Background color
Panel with #142f1b background
background-color: #142f1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #142f1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 47, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 47, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #142f1b; background: linear-gradient(135deg, #142f1b, #142F2D);