#7ce7a0
a light, vivid green · cool · closest name: aquamarine
RGB
124, 231, 160
HSL
140°, 69%, 70%
CMYK
46, 0, 31, 9
Luminance
0.6397
Every format
| HEX | #7ce7a0 |
| RGB | rgb(124, 231, 160) |
| HSL | hsl(140, 69%, 70%) |
| CMYK | cmyk(46%, 0%, 31%, 9%) |
| LAB | lab(84.0 -46.3 25.2) |
| LCH | lch(84.0 52.7 151.4) |
| OKLCH | oklch(0.846 0.141 153.2) |
Copy-ready code
/* CSS */
color: #7ce7a0;
background-color: #7ce7a0;
/* Tailwind (arbitrary) */
class="text-[#7ce7a0] bg-[#7ce7a0]"
/* SCSS */
$brand: #7ce7a0;
/* SwiftUI */
Color(red: 0.486, green: 0.906, blue: 0.627)
/* Android */
Color.parseColor("#7ce7a0")Accessibility — WCAG contrast
Aa
#7ce7a0 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce7a0 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green90.6%
Blue62.7%
CMYK percentages
Cyan46.3%
Magenta0.0%
Yellow30.7%
Key (black)9.4%
Color previews
#7ce7a0 text on a black background
contrast 13.79:1
Card sample
#7ce7a0 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce7a0;
Background color
Panel with #7ce7a0 background
background-color: #7ce7a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce7a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 231, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 231, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce7a0; background: linear-gradient(135deg, #7ce7a0, #7CE7E7);