#7cfbc3
a light, electric green · cool · closest name: aquamarine
RGB
124, 251, 195
HSL
154°, 94%, 74%
CMYK
51, 0, 22, 2
Luminance
0.7722
Every format
| HEX | #7cfbc3 |
| RGB | rgb(124, 251, 195) |
| HSL | hsl(154, 94%, 74%) |
| CMYK | cmyk(51%, 0%, 22%, 2%) |
| LAB | lab(90.4 -48.1 16.2) |
| LCH | lch(90.4 50.7 161.4) |
| OKLCH | oklch(0.900 0.139 162.7) |
Copy-ready code
/* CSS */
color: #7cfbc3;
background-color: #7cfbc3;
/* Tailwind (arbitrary) */
class="text-[#7cfbc3] bg-[#7cfbc3]"
/* SCSS */
$brand: #7cfbc3;
/* SwiftUI */
Color(red: 0.486, green: 0.984, blue: 0.765)
/* Android */
Color.parseColor("#7cfbc3")Accessibility — WCAG contrast
Aa
#7cfbc3 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfbc3 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.4%
Blue76.5%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow22.3%
Key (black)1.6%
Color previews
#7cfbc3 text on a black background
contrast 16.44:1
Card sample
#7cfbc3 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfbc3;
Background color
Panel with #7cfbc3 background
background-color: #7cfbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 251, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 251, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfbc3; background: linear-gradient(135deg, #7cfbc3, #7CDEFB);