#7fd072
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 208, 114
HSL
112°, 50%, 63%
CMYK
39, 0, 45, 18
Luminance
0.5084
Every format
| HEX | #7fd072 |
| RGB | rgb(127, 208, 114) |
| HSL | hsl(112, 50%, 63%) |
| CMYK | cmyk(39%, 0%, 45%, 18%) |
| LAB | lab(76.6 -42.9 38.9) |
| LCH | lch(76.6 58.0 137.8) |
| OKLCH | oklch(0.783 0.151 141.0) |
Copy-ready code
/* CSS */
color: #7fd072;
background-color: #7fd072;
/* Tailwind (arbitrary) */
class="text-[#7fd072] bg-[#7fd072]"
/* SCSS */
$brand: #7fd072;
/* SwiftUI */
Color(red: 0.498, green: 0.816, blue: 0.447)
/* Android */
Color.parseColor("#7fd072")Accessibility — WCAG contrast
Aa
#7fd072 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd072 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green81.6%
Blue44.7%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow45.2%
Key (black)18.4%
Color previews
#7fd072 text on a black background
contrast 11.17:1
Card sample
#7fd072 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd072;
Background color
Panel with #7fd072 background
background-color: #7fd072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 208, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 208, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd072; background: linear-gradient(135deg, #7fd072, #72D0A4);