#7cdd7f
a light, vivid green · cool · closest name: aquamarine
RGB
124, 221, 127
HSL
122°, 59%, 68%
CMYK
44, 0, 43, 13
Luminance
0.5753
Every format
| HEX | #7cdd7f |
| RGB | rgb(124, 221, 127) |
| HSL | hsl(122, 59%, 68%) |
| CMYK | cmyk(44%, 0%, 43%, 13%) |
| LAB | lab(80.5 -47.5 37.4) |
| LCH | lch(80.5 60.5 141.8) |
| OKLCH | oklch(0.815 0.159 144.6) |
Copy-ready code
/* CSS */
color: #7cdd7f;
background-color: #7cdd7f;
/* Tailwind (arbitrary) */
class="text-[#7cdd7f] bg-[#7cdd7f]"
/* SCSS */
$brand: #7cdd7f;
/* SwiftUI */
Color(red: 0.486, green: 0.867, blue: 0.498)
/* Android */
Color.parseColor("#7cdd7f")Accessibility — WCAG contrast
Aa
#7cdd7f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdd7f on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green86.7%
Blue49.8%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow42.5%
Key (black)13.3%
Color previews
#7cdd7f text on a black background
contrast 12.51:1
Card sample
#7cdd7f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdd7f;
Background color
Panel with #7cdd7f background
background-color: #7cdd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 221, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 221, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdd7f; background: linear-gradient(135deg, #7cdd7f, #7CDDC0);