#148f3d
a dark, electric green · cool · closest name: forestgreen
RGB
20, 143, 61
HSL
140°, 76%, 32%
CMYK
86, 0, 57, 44
Luminance
0.2013
Every format
| HEX | #148f3d |
| RGB | rgb(20, 143, 61) |
| HSL | hsl(140, 76%, 32%) |
| CMYK | cmyk(86%, 0%, 57%, 44%) |
| LAB | lab(52.0 -49.7 34.4) |
| LCH | lch(52.0 60.5 145.3) |
| OKLCH | oklch(0.570 0.157 148.4) |
Copy-ready code
/* CSS */
color: #148f3d;
background-color: #148f3d;
/* Tailwind (arbitrary) */
class="text-[#148f3d] bg-[#148f3d]"
/* SCSS */
$brand: #148f3d;
/* SwiftUI */
Color(red: 0.078, green: 0.561, blue: 0.239)
/* Android */
Color.parseColor("#148f3d")Accessibility — WCAG contrast
Aa
#148f3d on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#148f3d on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green56.1%
Blue23.9%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow57.3%
Key (black)43.9%
Color previews
#148f3d text on a black background
contrast 5.03:1
Card sample
#148f3d text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #148f3d;
Background color
Panel with #148f3d background
background-color: #148f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #148f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 143, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 143, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #148f3d; background: linear-gradient(135deg, #148f3d, #148F8F);