#142918
a deep, soft green · cool · closest name: darkslategray
RGB
20, 41, 24
HSL
131°, 34%, 12%
CMYK
51, 0, 42, 84
Luminance
0.0180
Every format
| HEX | #142918 |
| RGB | rgb(20, 41, 24) |
| HSL | hsl(131, 34%, 12%) |
| CMYK | cmyk(51%, 0%, 42%, 84%) |
| LAB | lab(14.4 -13.2 8.6) |
| LCH | lch(14.4 15.7 146.8) |
| OKLCH | oklch(0.258 0.042 148.9) |
Copy-ready code
/* CSS */
color: #142918;
background-color: #142918;
/* Tailwind (arbitrary) */
class="text-[#142918] bg-[#142918]"
/* SCSS */
$brand: #142918;
/* SwiftUI */
Color(red: 0.078, green: 0.161, blue: 0.094)
/* Android */
Color.parseColor("#142918")Accessibility — WCAG contrast
Aa
#142918 on white: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#142918 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green16.1%
Blue9.4%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow41.5%
Key (black)83.9%
Color previews
#142918 text on a black background
contrast 1.36:1
Card sample
#142918 text on a white background
contrast 15.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #142918;
Background color
Panel with #142918 background
background-color: #142918;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #142918;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 41, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 41, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #142918; background: linear-gradient(135deg, #142918, #142926);