#7cd396
a light, vivid green · cool · closest name: aquamarine
RGB
124, 211, 150
HSL
138°, 50%, 66%
CMYK
41, 0, 29, 17
Luminance
0.5308
Every format
| HEX | #7cd396 |
| RGB | rgb(124, 211, 150) |
| HSL | hsl(138, 50%, 66%) |
| CMYK | cmyk(41%, 0%, 29%, 17%) |
| LAB | lab(77.9 -39.4 22.2) |
| LCH | lch(77.9 45.2 150.6) |
| OKLCH | oklch(0.796 0.121 152.4) |
Copy-ready code
/* CSS */
color: #7cd396;
background-color: #7cd396;
/* Tailwind (arbitrary) */
class="text-[#7cd396] bg-[#7cd396]"
/* SCSS */
$brand: #7cd396;
/* SwiftUI */
Color(red: 0.486, green: 0.827, blue: 0.588)
/* Android */
Color.parseColor("#7cd396")Accessibility — WCAG contrast
Aa
#7cd396 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd396 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green82.7%
Blue58.8%
CMYK percentages
Cyan41.2%
Magenta0.0%
Yellow28.9%
Key (black)17.3%
Color previews
#7cd396 text on a black background
contrast 11.62:1
Card sample
#7cd396 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd396;
Background color
Panel with #7cd396 background
background-color: #7cd396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 211, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 211, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd396; background: linear-gradient(135deg, #7cd396, #7CD3D0);