#144b1b
a deep, vivid green · cool · closest name: seagreen
RGB
20, 75, 27
HSL
128°, 58%, 19%
CMYK
73, 0, 64, 71
Luminance
0.0526
Every format
| HEX | #144b1b |
| RGB | rgb(20, 75, 27) |
| HSL | hsl(128, 58%, 19%) |
| CMYK | cmyk(73%, 0%, 64%, 71%) |
| LAB | lab(27.5 -29.3 23.1) |
| LCH | lch(27.5 37.3 141.7) |
| OKLCH | oklch(0.365 0.096 145.3) |
Copy-ready code
/* CSS */
color: #144b1b;
background-color: #144b1b;
/* Tailwind (arbitrary) */
class="text-[#144b1b] bg-[#144b1b]"
/* SCSS */
$brand: #144b1b;
/* SwiftUI */
Color(red: 0.078, green: 0.294, blue: 0.106)
/* Android */
Color.parseColor("#144b1b")Accessibility — WCAG contrast
Aa
#144b1b on white: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#144b1b on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green29.4%
Blue10.6%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow64.0%
Key (black)70.6%
Color previews
#144b1b text on a black background
contrast 2.05:1
Card sample
#144b1b text on a white background
contrast 10.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144b1b;
Background color
Panel with #144b1b background
background-color: #144b1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144b1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 75, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 75, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144b1b; background: linear-gradient(135deg, #144b1b, #144B40);