#7cdba2
a light, vivid green · cool · closest name: aquamarine
RGB
124, 219, 162
HSL
144°, 57%, 67%
CMYK
43, 0, 26, 14
Luminance
0.5756
Every format
| HEX | #7cdba2 |
| RGB | rgb(124, 219, 162) |
| HSL | hsl(144, 57%, 67%) |
| CMYK | cmyk(43%, 0%, 26%, 14%) |
| LAB | lab(80.5 -40.7 19.4) |
| LCH | lch(80.5 45.1 154.5) |
| OKLCH | oklch(0.817 0.122 156.1) |
Copy-ready code
/* CSS */
color: #7cdba2;
background-color: #7cdba2;
/* Tailwind (arbitrary) */
class="text-[#7cdba2] bg-[#7cdba2]"
/* SCSS */
$brand: #7cdba2;
/* SwiftUI */
Color(red: 0.486, green: 0.859, blue: 0.635)
/* Android */
Color.parseColor("#7cdba2")Accessibility — WCAG contrast
Aa
#7cdba2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdba2 on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.9%
Blue63.5%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow26.0%
Key (black)14.1%
Color previews
#7cdba2 text on a black background
contrast 12.51:1
Card sample
#7cdba2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdba2;
Background color
Panel with #7cdba2 background
background-color: #7cdba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 219, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 219, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdba2; background: linear-gradient(135deg, #7cdba2, #7CD5DB);