#7ce98b
a light, vivid green · cool · closest name: aquamarine
RGB
124, 233, 139
HSL
128°, 71%, 70%
CMYK
47, 0, 40, 9
Luminance
0.6443
Every format
| HEX | #7ce98b |
| RGB | rgb(124, 233, 139) |
| HSL | hsl(128, 71%, 70%) |
| CMYK | cmyk(47%, 0%, 40%, 9%) |
| LAB | lab(84.2 -50.7 36.2) |
| LCH | lch(84.2 62.3 144.4) |
| OKLCH | oklch(0.846 0.164 147.0) |
Copy-ready code
/* CSS */
color: #7ce98b;
background-color: #7ce98b;
/* Tailwind (arbitrary) */
class="text-[#7ce98b] bg-[#7ce98b]"
/* SCSS */
$brand: #7ce98b;
/* SwiftUI */
Color(red: 0.486, green: 0.914, blue: 0.545)
/* Android */
Color.parseColor("#7ce98b")Accessibility — WCAG contrast
Aa
#7ce98b on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce98b on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green91.4%
Blue54.5%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow40.3%
Key (black)8.6%
Color previews
#7ce98b text on a black background
contrast 13.89:1
Card sample
#7ce98b text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce98b;
Background color
Panel with #7ce98b background
background-color: #7ce98b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce98b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 233, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 233, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce98b; background: linear-gradient(135deg, #7ce98b, #7CE9D4);