#7ceba3
a light, vivid green · cool · closest name: aquamarine
RGB
124, 235, 163
HSL
141°, 74%, 70%
CMYK
47, 0, 31, 8
Luminance
0.6635
Every format
| HEX | #7ceba3 |
| RGB | rgb(124, 235, 163) |
| HSL | hsl(141, 74%, 70%) |
| CMYK | cmyk(47%, 0%, 31%, 8%) |
| LAB | lab(85.2 -47.5 25.4) |
| LCH | lch(85.2 53.8 151.9) |
| OKLCH | oklch(0.856 0.144 153.7) |
Copy-ready code
/* CSS */
color: #7ceba3;
background-color: #7ceba3;
/* Tailwind (arbitrary) */
class="text-[#7ceba3] bg-[#7ceba3]"
/* SCSS */
$brand: #7ceba3;
/* SwiftUI */
Color(red: 0.486, green: 0.922, blue: 0.639)
/* Android */
Color.parseColor("#7ceba3")Accessibility — WCAG contrast
Aa
#7ceba3 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ceba3 on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.2%
Blue63.9%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow30.6%
Key (black)7.8%
Color previews
#7ceba3 text on a black background
contrast 14.27:1
Card sample
#7ceba3 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ceba3;
Background color
Panel with #7ceba3 background
background-color: #7ceba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ceba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 235, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 235, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ceba3; background: linear-gradient(135deg, #7ceba3, #7CE9EB);