#079f39
a dark, electric green · cool · closest name: forestgreen
RGB
7, 159, 57
HSL
140°, 92%, 33%
CMYK
96, 0, 64, 38
Luminance
0.2514
Every format
| HEX | #079f39 |
| RGB | rgb(7, 159, 57) |
| HSL | hsl(140, 92%, 33%) |
| CMYK | cmyk(96%, 0%, 64%, 38%) |
| LAB | lab(57.2 -56.5 42.4) |
| LCH | lch(57.2 70.6 143.1) |
| OKLCH | oklch(0.613 0.181 146.8) |
Copy-ready code
/* CSS */
color: #079f39;
background-color: #079f39;
/* Tailwind (arbitrary) */
class="text-[#079f39] bg-[#079f39]"
/* SCSS */
$brand: #079f39;
/* SwiftUI */
Color(red: 0.027, green: 0.624, blue: 0.224)
/* Android */
Color.parseColor("#079f39")Accessibility — WCAG contrast
Aa
#079f39 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#079f39 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green62.4%
Blue22.4%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow64.2%
Key (black)37.6%
Color previews
#079f39 text on a black background
contrast 6.03:1
Card sample
#079f39 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079f39;
Background color
Panel with #079f39 background
background-color: #079f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 159, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 159, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079f39; background: linear-gradient(135deg, #079f39, #079F9E);