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