#144414
a deep, vivid green · cool · closest name: seagreen
RGB
20, 68, 20
HSL
120°, 55%, 17%
CMYK
71, 0, 71, 73
Luminance
0.0433
Every format
| HEX | #144414 |
| RGB | rgb(20, 68, 20) |
| HSL | hsl(120, 55%, 17%) |
| CMYK | cmyk(71%, 0%, 71%, 73%) |
| LAB | lab(24.7 -27.3 23.8) |
| LCH | lch(24.7 36.2 139.0) |
| OKLCH | oklch(0.342 0.092 143.2) |
Copy-ready code
/* CSS */
color: #144414;
background-color: #144414;
/* Tailwind (arbitrary) */
class="text-[#144414] bg-[#144414]"
/* SCSS */
$brand: #144414;
/* SwiftUI */
Color(red: 0.078, green: 0.267, blue: 0.078)
/* Android */
Color.parseColor("#144414")Accessibility — WCAG contrast
Aa
#144414 on white: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#144414 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green26.7%
Blue7.8%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow70.6%
Key (black)73.3%
Color previews
#144414 text on a black background
contrast 1.87:1
Card sample
#144414 text on a white background
contrast 11.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144414;
Background color
Panel with #144414 background
background-color: #144414;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144414;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 68, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 68, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144414; background: linear-gradient(135deg, #144414, #144434);