#143721
a deep, vivid green · cool · closest name: darkslategray
RGB
20, 55, 33
HSL
142°, 47%, 15%
CMYK
64, 0, 40, 78
Luminance
0.0299
Every format
| HEX | #143721 |
| RGB | rgb(20, 55, 33) |
| HSL | hsl(142, 47%, 15%) |
| CMYK | cmyk(64%, 0%, 40%, 78%) |
| LAB | lab(20.0 -18.8 10.1) |
| LCH | lch(20.0 21.4 151.8) |
| OKLCH | oklch(0.304 0.057 153.6) |
Copy-ready code
/* CSS */
color: #143721;
background-color: #143721;
/* Tailwind (arbitrary) */
class="text-[#143721] bg-[#143721]"
/* SCSS */
$brand: #143721;
/* SwiftUI */
Color(red: 0.078, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#143721")Accessibility — WCAG contrast
Aa
#143721 on white: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#143721 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green21.6%
Blue12.9%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow40.0%
Key (black)78.4%
Color previews
#143721 text on a black background
contrast 1.60:1
Card sample
#143721 text on a white background
contrast 13.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #143721;
Background color
Panel with #143721 background
background-color: #143721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #143721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #143721; background: linear-gradient(135deg, #143721, #143637);