#144708
a deep, electric green · cool · closest name: seagreen
RGB
20, 71, 8
HSL
109°, 80%, 16%
CMYK
72, 0, 89, 72
Luminance
0.0467
Every format
| HEX | #144708 |
| RGB | rgb(20, 71, 8) |
| HSL | hsl(109, 80%, 16%) |
| CMYK | cmyk(72%, 0%, 89%, 72%) |
| LAB | lab(25.8 -29.7 30.2) |
| LCH | lch(25.8 42.4 134.5) |
| OKLCH | oklch(0.350 0.105 140.5) |
Copy-ready code
/* CSS */
color: #144708;
background-color: #144708;
/* Tailwind (arbitrary) */
class="text-[#144708] bg-[#144708]"
/* SCSS */
$brand: #144708;
/* SwiftUI */
Color(red: 0.078, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#144708")Accessibility — WCAG contrast
Aa
#144708 on white: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#144708 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green27.8%
Blue3.1%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#144708 text on a black background
contrast 1.93:1
Card sample
#144708 text on a white background
contrast 10.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144708;
Background color
Panel with #144708 background
background-color: #144708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144708; background: linear-gradient(135deg, #144708, #084726);