#149f3b
a dark, electric green · cool · closest name: forestgreen
RGB
20, 159, 59
HSL
137°, 78%, 35%
CMYK
87, 0, 63, 38
Luminance
0.2526
Every format
| HEX | #149f3b |
| RGB | rgb(20, 159, 59) |
| HSL | hsl(137, 78%, 35%) |
| CMYK | cmyk(87%, 0%, 63%, 38%) |
| LAB | lab(57.3 -55.4 41.6) |
| LCH | lch(57.3 69.3 143.1) |
| OKLCH | oklch(0.614 0.178 146.7) |
Copy-ready code
/* CSS */
color: #149f3b;
background-color: #149f3b;
/* Tailwind (arbitrary) */
class="text-[#149f3b] bg-[#149f3b]"
/* SCSS */
$brand: #149f3b;
/* SwiftUI */
Color(red: 0.078, green: 0.624, blue: 0.231)
/* Android */
Color.parseColor("#149f3b")Accessibility — WCAG contrast
Aa
#149f3b on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#149f3b on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green62.4%
Blue23.1%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow62.9%
Key (black)37.6%
Color previews
#149f3b text on a black background
contrast 6.05:1
Card sample
#149f3b text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #149f3b;
Background color
Panel with #149f3b background
background-color: #149f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #149f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 159, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 159, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #149f3b; background: linear-gradient(135deg, #149f3b, #149F98);