#7ad387
a light, vivid green · cool · closest name: aquamarine
RGB
122, 211, 135
HSL
129°, 50%, 65%
CMYK
42, 0, 36, 17
Luminance
0.5248
Every format
| HEX | #7ad387 |
| RGB | rgb(122, 211, 135) |
| HSL | hsl(129, 50%, 65%) |
| CMYK | cmyk(42%, 0%, 36%, 17%) |
| LAB | lab(77.6 -42.6 29.5) |
| LCH | lch(77.6 51.8 145.3) |
| OKLCH | oklch(0.792 0.137 147.5) |
Copy-ready code
/* CSS */
color: #7ad387;
background-color: #7ad387;
/* Tailwind (arbitrary) */
class="text-[#7ad387] bg-[#7ad387]"
/* SCSS */
$brand: #7ad387;
/* SwiftUI */
Color(red: 0.478, green: 0.827, blue: 0.529)
/* Android */
Color.parseColor("#7ad387")Accessibility — WCAG contrast
Aa
#7ad387 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad387 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green82.7%
Blue52.9%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow36.0%
Key (black)17.3%
Color previews
#7ad387 text on a black background
contrast 11.50:1
Card sample
#7ad387 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad387;
Background color
Panel with #7ad387 background
background-color: #7ad387;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad387;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 211, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 211, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad387; background: linear-gradient(135deg, #7ad387, #7AD3C2);