#7ce3af
a light, vivid green · cool · closest name: aquamarine
RGB
124, 227, 175
HSL
150°, 65%, 69%
CMYK
45, 0, 23, 11
Luminance
0.6232
Every format
| HEX | #7ce3af |
| RGB | rgb(124, 227, 175) |
| HSL | hsl(150, 65%, 69%) |
| CMYK | cmyk(45%, 0%, 23%, 11%) |
| LAB | lab(83.1 -41.7 16.2) |
| LCH | lch(83.1 44.8 158.7) |
| OKLCH | oklch(0.839 0.122 160.2) |
Copy-ready code
/* CSS */
color: #7ce3af;
background-color: #7ce3af;
/* Tailwind (arbitrary) */
class="text-[#7ce3af] bg-[#7ce3af]"
/* SCSS */
$brand: #7ce3af;
/* SwiftUI */
Color(red: 0.486, green: 0.890, blue: 0.686)
/* Android */
Color.parseColor("#7ce3af")Accessibility — WCAG contrast
Aa
#7ce3af on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce3af on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green89.0%
Blue68.6%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow22.9%
Key (black)11.0%
Color previews
#7ce3af text on a black background
contrast 13.46:1
Card sample
#7ce3af text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce3af;
Background color
Panel with #7ce3af background
background-color: #7ce3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 227, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 227, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce3af; background: linear-gradient(135deg, #7ce3af, #7CD2E3);