#007e21
a deep, electric green · cool · closest name: forestgreen
RGB
0, 126, 33
HSL
136°, 100%, 25%
CMYK
100, 0, 74, 51
Luminance
0.1503
Every format
| HEX | #007e21 |
| RGB | rgb(0, 126, 33) |
| HSL | hsl(136, 100%, 25%) |
| CMYK | cmyk(100%, 0%, 74%, 51%) |
| LAB | lab(45.7 -49.2 40.2) |
| LCH | lch(45.7 63.5 140.7) |
| OKLCH | oklch(0.516 0.161 145.2) |
Copy-ready code
/* CSS */
color: #007e21;
background-color: #007e21;
/* Tailwind (arbitrary) */
class="text-[#007e21] bg-[#007e21]"
/* SCSS */
$brand: #007e21;
/* SwiftUI */
Color(red: 0.000, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#007e21")Accessibility — WCAG contrast
Aa
#007e21 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007e21 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.4%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow73.8%
Key (black)50.6%
Color previews
#007e21 text on a black background
contrast 4.01:1
Card sample
#007e21 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007e21;
Background color
Panel with #007e21 background
background-color: #007e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007e21; background: linear-gradient(135deg, #007e21, #007E75);