#147f3f
a dark, vivid green · cool · closest name: seagreen
RGB
20, 127, 63
HSL
144°, 73%, 29%
CMYK
84, 0, 50, 50
Luminance
0.1569
Every format
| HEX | #147f3f |
| RGB | rgb(20, 127, 63) |
| HSL | hsl(144, 73%, 29%) |
| CMYK | cmyk(84%, 0%, 50%, 50%) |
| LAB | lab(46.6 -43.7 26.7) |
| LCH | lch(46.6 51.2 148.5) |
| OKLCH | oklch(0.525 0.134 150.9) |
Copy-ready code
/* CSS */
color: #147f3f;
background-color: #147f3f;
/* Tailwind (arbitrary) */
class="text-[#147f3f] bg-[#147f3f]"
/* SCSS */
$brand: #147f3f;
/* SwiftUI */
Color(red: 0.078, green: 0.498, blue: 0.247)
/* Android */
Color.parseColor("#147f3f")Accessibility — WCAG contrast
Aa
#147f3f on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#147f3f on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green49.8%
Blue24.7%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow50.4%
Key (black)50.2%
Color previews
#147f3f text on a black background
contrast 4.14:1
Card sample
#147f3f text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #147f3f;
Background color
Panel with #147f3f background
background-color: #147f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #147f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 127, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 127, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #147f3f; background: linear-gradient(135deg, #147f3f, #14787F);