#144821
a deep, vivid green · cool · closest name: darkslategray
RGB
20, 72, 33
HSL
135°, 57%, 18%
CMYK
72, 0, 54, 72
Luminance
0.0489
Every format
| HEX | #144821 |
| RGB | rgb(20, 72, 33) |
| HSL | hsl(135, 57%, 18%) |
| CMYK | cmyk(72%, 0%, 54%, 72%) |
| LAB | lab(26.4 -27.0 18.4) |
| LCH | lch(26.4 32.7 145.7) |
| OKLCH | oklch(0.357 0.086 148.4) |
Copy-ready code
/* CSS */
color: #144821;
background-color: #144821;
/* Tailwind (arbitrary) */
class="text-[#144821] bg-[#144821]"
/* SCSS */
$brand: #144821;
/* SwiftUI */
Color(red: 0.078, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#144821")Accessibility — WCAG contrast
Aa
#144821 on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#144821 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green28.2%
Blue12.9%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#144821 text on a black background
contrast 1.98:1
Card sample
#144821 text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144821;
Background color
Panel with #144821 background
background-color: #144821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144821; background: linear-gradient(135deg, #144821, #144844);