#019e21
a dark, electric green · cool · closest name: forestgreen
RGB
1, 158, 33
HSL
132°, 99%, 31%
CMYK
99, 0, 79, 38
Luminance
0.2457
Every format
| HEX | #019e21 |
| RGB | rgb(1, 158, 33) |
| HSL | hsl(132, 99%, 31%) |
| CMYK | cmyk(99%, 0%, 79%, 38%) |
| LAB | lab(56.6 -58.8 51.2) |
| LCH | lch(56.6 78.0 138.9) |
| OKLCH | oklch(0.607 0.196 144.1) |
Copy-ready code
/* CSS */
color: #019e21;
background-color: #019e21;
/* Tailwind (arbitrary) */
class="text-[#019e21] bg-[#019e21]"
/* SCSS */
$brand: #019e21;
/* SwiftUI */
Color(red: 0.004, green: 0.620, blue: 0.129)
/* Android */
Color.parseColor("#019e21")Accessibility — WCAG contrast
Aa
#019e21 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#019e21 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green62.0%
Blue12.9%
CMYK percentages
Cyan99.4%
Magenta0.0%
Yellow79.1%
Key (black)38.0%
Color previews
#019e21 text on a black background
contrast 5.91:1
Card sample
#019e21 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #019e21;
Background color
Panel with #019e21 background
background-color: #019e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #019e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 158, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 158, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #019e21; background: linear-gradient(135deg, #019e21, #019E8A);