#7cdaa2
a light, vivid green · cool · closest name: aquamarine
RGB
124, 218, 162
HSL
144°, 56%, 67%
CMYK
43, 0, 26, 15
Luminance
0.5704
Every format
| HEX | #7cdaa2 |
| RGB | rgb(124, 218, 162) |
| HSL | hsl(144, 56%, 67%) |
| CMYK | cmyk(43%, 0%, 26%, 15%) |
| LAB | lab(80.2 -40.3 19.0) |
| LCH | lch(80.2 44.5 154.7) |
| OKLCH | oklch(0.815 0.121 156.3) |
Copy-ready code
/* CSS */
color: #7cdaa2;
background-color: #7cdaa2;
/* Tailwind (arbitrary) */
class="text-[#7cdaa2] bg-[#7cdaa2]"
/* SCSS */
$brand: #7cdaa2;
/* SwiftUI */
Color(red: 0.486, green: 0.855, blue: 0.635)
/* Android */
Color.parseColor("#7cdaa2")Accessibility — WCAG contrast
Aa
#7cdaa2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdaa2 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.5%
Blue63.5%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow25.7%
Key (black)14.5%
Color previews
#7cdaa2 text on a black background
contrast 12.41:1
Card sample
#7cdaa2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdaa2;
Background color
Panel with #7cdaa2 background
background-color: #7cdaa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdaa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 218, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 218, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdaa2; background: linear-gradient(135deg, #7cdaa2, #7CD3DA);