#07620d
a deep, electric green · cool · closest name: forestgreen
RGB
7, 98, 13
HSL
124°, 87%, 21%
CMYK
93, 0, 87, 62
Luminance
0.0881
Every format
| HEX | #07620d |
| RGB | rgb(7, 98, 13) |
| HSL | hsl(124, 87%, 21%) |
| CMYK | cmyk(93%, 0%, 87%, 62%) |
| LAB | lab(35.6 -41.2 37.6) |
| LCH | lch(35.6 55.8 137.6) |
| OKLCH | oklch(0.431 0.139 143.2) |
Copy-ready code
/* CSS */
color: #07620d;
background-color: #07620d;
/* Tailwind (arbitrary) */
class="text-[#07620d] bg-[#07620d]"
/* SCSS */
$brand: #07620d;
/* SwiftUI */
Color(red: 0.027, green: 0.384, blue: 0.051)
/* Android */
Color.parseColor("#07620d")Accessibility — WCAG contrast
Aa
#07620d on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07620d on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green38.4%
Blue5.1%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow86.7%
Key (black)61.6%
Color previews
#07620d text on a black background
contrast 2.76:1
Card sample
#07620d text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07620d;
Background color
Panel with #07620d background
background-color: #07620d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07620d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 98, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 98, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07620d; background: linear-gradient(135deg, #07620d, #07624A);