#144b29
a deep, vivid green · cool · closest name: darkslategray
RGB
20, 75, 41
HSL
143°, 58%, 19%
CMYK
73, 0, 45, 71
Luminance
0.0534
Every format
| HEX | #144b29 |
| RGB | rgb(20, 75, 41) |
| HSL | hsl(143, 58%, 19%) |
| CMYK | cmyk(73%, 0%, 45%, 71%) |
| LAB | lab(27.7 -26.8 15.2) |
| LCH | lch(27.7 30.8 150.4) |
| OKLCH | oklch(0.367 0.082 152.5) |
Copy-ready code
/* CSS */
color: #144b29;
background-color: #144b29;
/* Tailwind (arbitrary) */
class="text-[#144b29] bg-[#144b29]"
/* SCSS */
$brand: #144b29;
/* SwiftUI */
Color(red: 0.078, green: 0.294, blue: 0.161)
/* Android */
Color.parseColor("#144b29")Accessibility — WCAG contrast
Aa
#144b29 on white: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#144b29 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green29.4%
Blue16.1%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow45.3%
Key (black)70.6%
Color previews
#144b29 text on a black background
contrast 2.07:1
Card sample
#144b29 text on a white background
contrast 10.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144b29;
Background color
Panel with #144b29 background
background-color: #144b29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144b29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 75, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 75, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144b29; background: linear-gradient(135deg, #144b29, #14484B);