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