#7cd892
a light, vivid green · cool · closest name: aquamarine
RGB
124, 216, 146
HSL
134°, 54%, 67%
CMYK
43, 0, 32, 15
Luminance
0.5547
Every format
| HEX | #7cd892 |
| RGB | rgb(124, 216, 146) |
| HSL | hsl(134, 54%, 67%) |
| CMYK | cmyk(43%, 0%, 32%, 15%) |
| LAB | lab(79.3 -42.3 26.2) |
| LCH | lch(79.3 49.8 148.3) |
| OKLCH | oklch(0.807 0.133 150.3) |
Copy-ready code
/* CSS */
color: #7cd892;
background-color: #7cd892;
/* Tailwind (arbitrary) */
class="text-[#7cd892] bg-[#7cd892]"
/* SCSS */
$brand: #7cd892;
/* SwiftUI */
Color(red: 0.486, green: 0.847, blue: 0.573)
/* Android */
Color.parseColor("#7cd892")Accessibility — WCAG contrast
Aa
#7cd892 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd892 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green84.7%
Blue57.3%
CMYK percentages
Cyan42.6%
Magenta0.0%
Yellow32.4%
Key (black)15.3%
Color previews
#7cd892 text on a black background
contrast 12.09:1
Card sample
#7cd892 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd892;
Background color
Panel with #7cd892 background
background-color: #7cd892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 216, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 216, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd892; background: linear-gradient(135deg, #7cd892, #7CD8CF);