#7fd45f
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 212, 95
HSL
104°, 58%, 60%
CMYK
40, 0, 55, 17
Luminance
0.5243
Every format
| HEX | #7fd45f |
| RGB | rgb(127, 212, 95) |
| HSL | hsl(104, 58%, 60%) |
| CMYK | cmyk(40%, 0%, 55%, 17%) |
| LAB | lab(77.5 -47.0 49.2) |
| LCH | lch(77.5 68.1 133.7) |
| OKLCH | oklch(0.790 0.174 137.9) |
Copy-ready code
/* CSS */
color: #7fd45f;
background-color: #7fd45f;
/* Tailwind (arbitrary) */
class="text-[#7fd45f] bg-[#7fd45f]"
/* SCSS */
$brand: #7fd45f;
/* SwiftUI */
Color(red: 0.498, green: 0.831, blue: 0.373)
/* Android */
Color.parseColor("#7fd45f")Accessibility — WCAG contrast
Aa
#7fd45f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd45f on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green83.1%
Blue37.3%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow55.2%
Key (black)16.9%
Color previews
#7fd45f text on a black background
contrast 11.49:1
Card sample
#7fd45f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd45f;
Background color
Panel with #7fd45f background
background-color: #7fd45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 212, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 212, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd45f; background: linear-gradient(135deg, #7fd45f, #5FD48D);