#7ccc8c
a balanced, soft green · cool · closest name: aquamarine
RGB
124, 204, 140
HSL
132°, 44%, 64%
CMYK
39, 0, 31, 20
Luminance
0.4936
Every format
| HEX | #7ccc8c |
| RGB | rgb(124, 204, 140) |
| HSL | hsl(132, 44%, 64%) |
| CMYK | cmyk(39%, 0%, 31%, 20%) |
| LAB | lab(75.7 -38.0 24.4) |
| LCH | lch(75.7 45.2 147.3) |
| OKLCH | oklch(0.777 0.121 149.3) |
Copy-ready code
/* CSS */
color: #7ccc8c;
background-color: #7ccc8c;
/* Tailwind (arbitrary) */
class="text-[#7ccc8c] bg-[#7ccc8c]"
/* SCSS */
$brand: #7ccc8c;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.549)
/* Android */
Color.parseColor("#7ccc8c")Accessibility — WCAG contrast
Aa
#7ccc8c on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccc8c on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue54.9%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow31.4%
Key (black)20.0%
Color previews
#7ccc8c text on a black background
contrast 10.87:1
Card sample
#7ccc8c text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccc8c;
Background color
Panel with #7ccc8c background
background-color: #7ccc8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccc8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccc8c; background: linear-gradient(135deg, #7ccc8c, #7CCCC1);