#7ccc9b
a balanced, soft green · cool · closest name: aquamarine
RGB
124, 204, 155
HSL
143°, 44%, 64%
CMYK
39, 0, 24, 20
Luminance
0.4984
Every format
| HEX | #7ccc9b |
| RGB | rgb(124, 204, 155) |
| HSL | hsl(143, 44%, 64%) |
| CMYK | cmyk(39%, 0%, 24%, 20%) |
| LAB | lab(76.0 -35.3 16.9) |
| LCH | lch(76.0 39.1 154.5) |
| OKLCH | oklch(0.780 0.106 156.1) |
Copy-ready code
/* CSS */
color: #7ccc9b;
background-color: #7ccc9b;
/* Tailwind (arbitrary) */
class="text-[#7ccc9b] bg-[#7ccc9b]"
/* SCSS */
$brand: #7ccc9b;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.608)
/* Android */
Color.parseColor("#7ccc9b")Accessibility — WCAG contrast
Aa
#7ccc9b on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccc9b on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue60.8%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow24.0%
Key (black)20.0%
Color previews
#7ccc9b text on a black background
contrast 10.97:1
Card sample
#7ccc9b text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccc9b;
Background color
Panel with #7ccc9b background
background-color: #7ccc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccc9b; background: linear-gradient(135deg, #7ccc9b, #7CC8CC);