#144b07
a deep, electric green · cool · closest name: seagreen
RGB
20, 75, 7
HSL
109°, 83%, 16%
CMYK
73, 0, 91, 71
Luminance
0.0520
Every format
| HEX | #144b07 |
| RGB | rgb(20, 75, 7) |
| HSL | hsl(109, 83%, 16%) |
| CMYK | cmyk(73%, 0%, 91%, 71%) |
| LAB | lab(27.3 -31.4 32.0) |
| LCH | lch(27.3 44.8 134.4) |
| OKLCH | oklch(0.363 0.111 140.6) |
Copy-ready code
/* CSS */
color: #144b07;
background-color: #144b07;
/* Tailwind (arbitrary) */
class="text-[#144b07] bg-[#144b07]"
/* SCSS */
$brand: #144b07;
/* SwiftUI */
Color(red: 0.078, green: 0.294, blue: 0.027)
/* Android */
Color.parseColor("#144b07")Accessibility — WCAG contrast
Aa
#144b07 on white: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#144b07 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green29.4%
Blue2.7%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow90.7%
Key (black)70.6%
Color previews
#144b07 text on a black background
contrast 2.04:1
Card sample
#144b07 text on a white background
contrast 10.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144b07;
Background color
Panel with #144b07 background
background-color: #144b07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144b07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 75, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 75, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144b07; background: linear-gradient(135deg, #144b07, #074B27);