#147f2f
a dark, vivid green · cool · closest name: forestgreen
RGB
20, 127, 47
HSL
135°, 73%, 29%
CMYK
84, 0, 63, 50
Luminance
0.1553
Every format
| HEX | #147f2f |
| RGB | rgb(20, 127, 47) |
| HSL | hsl(135, 73%, 29%) |
| CMYK | cmyk(84%, 0%, 63%, 50%) |
| LAB | lab(46.4 -46.1 34.7) |
| LCH | lch(46.4 57.8 143.0) |
| OKLCH | oklch(0.522 0.149 146.6) |
Copy-ready code
/* CSS */
color: #147f2f;
background-color: #147f2f;
/* Tailwind (arbitrary) */
class="text-[#147f2f] bg-[#147f2f]"
/* SCSS */
$brand: #147f2f;
/* SwiftUI */
Color(red: 0.078, green: 0.498, blue: 0.184)
/* Android */
Color.parseColor("#147f2f")Accessibility — WCAG contrast
Aa
#147f2f on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#147f2f on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green49.8%
Blue18.4%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow63.0%
Key (black)50.2%
Color previews
#147f2f text on a black background
contrast 4.11:1
Card sample
#147f2f text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #147f2f;
Background color
Panel with #147f2f background
background-color: #147f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #147f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 127, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 127, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #147f2f; background: linear-gradient(135deg, #147f2f, #147F76);