#077321
a deep, electric green · cool · closest name: forestgreen
RGB
7, 115, 33
HSL
134°, 89%, 24%
CMYK
94, 0, 71, 55
Luminance
0.1242
Every format
| HEX | #077321 |
| RGB | rgb(7, 115, 33) |
| HSL | hsl(134, 89%, 24%) |
| CMYK | cmyk(94%, 0%, 71%, 55%) |
| LAB | lab(41.9 -45.0 36.2) |
| LCH | lch(41.9 57.8 141.2) |
| OKLCH | oklch(0.484 0.147 145.5) |
Copy-ready code
/* CSS */
color: #077321;
background-color: #077321;
/* Tailwind (arbitrary) */
class="text-[#077321] bg-[#077321]"
/* SCSS */
$brand: #077321;
/* SwiftUI */
Color(red: 0.027, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#077321")Accessibility — WCAG contrast
Aa
#077321 on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#077321 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green45.1%
Blue12.9%
CMYK percentages
Cyan93.9%
Magenta0.0%
Yellow71.3%
Key (black)54.9%
Color previews
#077321 text on a black background
contrast 3.48:1
Card sample
#077321 text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #077321;
Background color
Panel with #077321 background
background-color: #077321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #077321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #077321; background: linear-gradient(135deg, #077321, #077369);