#7cdb7f
a light, vivid green · cool · closest name: aquamarine
RGB
124, 219, 127
HSL
122°, 57%, 67%
CMYK
43, 0, 42, 14
Luminance
0.5648
Every format
| HEX | #7cdb7f |
| RGB | rgb(124, 219, 127) |
| HSL | hsl(122, 57%, 67%) |
| CMYK | cmyk(43%, 0%, 42%, 14%) |
| LAB | lab(79.9 -46.7 36.6) |
| LCH | lch(79.9 59.3 141.9) |
| OKLCH | oklch(0.810 0.156 144.6) |
Copy-ready code
/* CSS */
color: #7cdb7f;
background-color: #7cdb7f;
/* Tailwind (arbitrary) */
class="text-[#7cdb7f] bg-[#7cdb7f]"
/* SCSS */
$brand: #7cdb7f;
/* SwiftUI */
Color(red: 0.486, green: 0.859, blue: 0.498)
/* Android */
Color.parseColor("#7cdb7f")Accessibility — WCAG contrast
Aa
#7cdb7f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdb7f on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.9%
Blue49.8%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow42.0%
Key (black)14.1%
Color previews
#7cdb7f text on a black background
contrast 12.30:1
Card sample
#7cdb7f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdb7f;
Background color
Panel with #7cdb7f background
background-color: #7cdb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 219, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 219, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdb7f; background: linear-gradient(135deg, #7cdb7f, #7CDBBE);