#7ccf98
a balanced, vivid green · cool · closest name: aquamarine
RGB
124, 207, 152
HSL
140°, 46%, 65%
CMYK
40, 0, 27, 19
Luminance
0.5118
Every format
| HEX | #7ccf98 |
| RGB | rgb(124, 207, 152) |
| HSL | hsl(140, 46%, 65%) |
| CMYK | cmyk(40%, 0%, 27%, 19%) |
| LAB | lab(76.8 -37.2 19.6) |
| LCH | lch(76.8 42.0 152.2) |
| OKLCH | oklch(0.787 0.114 154.0) |
Copy-ready code
/* CSS */
color: #7ccf98;
background-color: #7ccf98;
/* Tailwind (arbitrary) */
class="text-[#7ccf98] bg-[#7ccf98]"
/* SCSS */
$brand: #7ccf98;
/* SwiftUI */
Color(red: 0.486, green: 0.812, blue: 0.596)
/* Android */
Color.parseColor("#7ccf98")Accessibility — WCAG contrast
Aa
#7ccf98 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccf98 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green81.2%
Blue59.6%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow26.6%
Key (black)18.8%
Color previews
#7ccf98 text on a black background
contrast 11.24:1
Card sample
#7ccf98 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccf98;
Background color
Panel with #7ccf98 background
background-color: #7ccf98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccf98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 207, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 207, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccf98; background: linear-gradient(135deg, #7ccf98, #7CCFCF);