#017621
a deep, electric green · cool · closest name: forestgreen
RGB
1, 118, 33
HSL
136°, 98%, 23%
CMYK
99, 0, 72, 54
Luminance
0.1307
Every format
| HEX | #017621 |
| RGB | rgb(1, 118, 33) |
| HSL | hsl(136, 98%, 23%) |
| CMYK | cmyk(99%, 0%, 72%, 54%) |
| LAB | lab(42.9 -46.5 37.3) |
| LCH | lch(42.9 59.6 141.3) |
| OKLCH | oklch(0.492 0.152 145.6) |
Copy-ready code
/* CSS */
color: #017621;
background-color: #017621;
/* Tailwind (arbitrary) */
class="text-[#017621] bg-[#017621]"
/* SCSS */
$brand: #017621;
/* SwiftUI */
Color(red: 0.004, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#017621")Accessibility — WCAG contrast
Aa
#017621 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#017621 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green46.3%
Blue12.9%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#017621 text on a black background
contrast 3.61:1
Card sample
#017621 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #017621;
Background color
Panel with #017621 background
background-color: #017621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #017621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #017621; background: linear-gradient(135deg, #017621, #01766F);