#149021
a dark, electric green · cool · closest name: forestgreen
RGB
20, 144, 33
HSL
126°, 76%, 32%
CMYK
86, 0, 77, 44
Luminance
0.2021
Every format
| HEX | #149021 |
| RGB | rgb(20, 144, 33) |
| HSL | hsl(126, 76%, 32%) |
| CMYK | cmyk(86%, 0%, 77%, 44%) |
| LAB | lab(52.1 -53.2 46.8) |
| LCH | lch(52.1 70.9 138.7) |
| OKLCH | oklch(0.569 0.178 143.8) |
Copy-ready code
/* CSS */
color: #149021;
background-color: #149021;
/* Tailwind (arbitrary) */
class="text-[#149021] bg-[#149021]"
/* SCSS */
$brand: #149021;
/* SwiftUI */
Color(red: 0.078, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#149021")Accessibility — WCAG contrast
Aa
#149021 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#149021 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green56.5%
Blue12.9%
CMYK percentages
Cyan86.1%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#149021 text on a black background
contrast 5.04:1
Card sample
#149021 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #149021;
Background color
Panel with #149021 background
background-color: #149021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #149021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #149021; background: linear-gradient(135deg, #149021, #149074);