#7ddf4e
a balanced, vivid green · cool · closest name: forestgreen
RGB
125, 223, 78
HSL
101°, 69%, 59%
CMYK
44, 0, 65, 13
Luminance
0.5769
Every format
| HEX | #7ddf4e |
| RGB | rgb(125, 223, 78) |
| HSL | hsl(101, 69%, 59%) |
| CMYK | cmyk(44%, 0%, 65%, 13%) |
| LAB | lab(80.6 -53.7 60.0) |
| LCH | lch(80.6 80.5 131.8) |
| OKLCH | oklch(0.814 0.203 137.1) |
Copy-ready code
/* CSS */
color: #7ddf4e;
background-color: #7ddf4e;
/* Tailwind (arbitrary) */
class="text-[#7ddf4e] bg-[#7ddf4e]"
/* SCSS */
$brand: #7ddf4e;
/* SwiftUI */
Color(red: 0.490, green: 0.875, blue: 0.306)
/* Android */
Color.parseColor("#7ddf4e")Accessibility — WCAG contrast
Aa
#7ddf4e on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ddf4e on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green87.5%
Blue30.6%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow65.0%
Key (black)12.5%
Color previews
#7ddf4e text on a black background
contrast 12.54:1
Card sample
#7ddf4e text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ddf4e;
Background color
Panel with #7ddf4e background
background-color: #7ddf4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ddf4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 223, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 223, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ddf4e; background: linear-gradient(135deg, #7ddf4e, #4EDF80);