#143921
a deep, vivid green · cool · closest name: darkslategray
RGB
20, 57, 33
HSL
141°, 48%, 15%
CMYK
65, 0, 42, 78
Luminance
0.0318
Every format
| HEX | #143921 |
| RGB | rgb(20, 57, 33) |
| HSL | hsl(141, 48%, 15%) |
| CMYK | cmyk(65%, 0%, 42%, 78%) |
| LAB | lab(20.8 -19.9 11.1) |
| LCH | lch(20.8 22.7 150.8) |
| OKLCH | oklch(0.310 0.061 152.7) |
Copy-ready code
/* CSS */
color: #143921;
background-color: #143921;
/* Tailwind (arbitrary) */
class="text-[#143921] bg-[#143921]"
/* SCSS */
$brand: #143921;
/* SwiftUI */
Color(red: 0.078, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#143921")Accessibility — WCAG contrast
Aa
#143921 on white: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#143921 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green22.4%
Blue12.9%
CMYK percentages
Cyan64.9%
Magenta0.0%
Yellow42.1%
Key (black)77.6%
Color previews
#143921 text on a black background
contrast 1.64:1
Card sample
#143921 text on a white background
contrast 12.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #143921;
Background color
Panel with #143921 background
background-color: #143921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #143921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #143921; background: linear-gradient(135deg, #143921, #143839);