#077e21
a dark, electric green · cool · closest name: forestgreen
RGB
7, 126, 33
HSL
133°, 90%, 26%
CMYK
94, 0, 74, 51
Luminance
0.1508
Every format
| HEX | #077e21 |
| RGB | rgb(7, 126, 33) |
| HSL | hsl(133, 90%, 26%) |
| CMYK | cmyk(94%, 0%, 74%, 51%) |
| LAB | lab(45.7 -48.6 40.3) |
| LCH | lch(45.7 63.2 140.3) |
| OKLCH | oklch(0.516 0.160 144.9) |
Copy-ready code
/* CSS */
color: #077e21;
background-color: #077e21;
/* Tailwind (arbitrary) */
class="text-[#077e21] bg-[#077e21]"
/* SCSS */
$brand: #077e21;
/* SwiftUI */
Color(red: 0.027, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#077e21")Accessibility — WCAG contrast
Aa
#077e21 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#077e21 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green49.4%
Blue12.9%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow73.8%
Key (black)50.6%
Color previews
#077e21 text on a black background
contrast 4.02:1
Card sample
#077e21 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #077e21;
Background color
Panel with #077e21 background
background-color: #077e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #077e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #077e21; background: linear-gradient(135deg, #077e21, #077E70);