#7cfbcd
a light, electric green · cool · “aquamarine”
RGB
124, 251, 205
HSL
158°, 94%, 74%
CMYK
51, 0, 18, 2
Luminance
0.7769
Every format
| HEX | #7cfbcd |
| RGB | rgb(124, 251, 205) |
| HSL | hsl(158, 94%, 74%) |
| CMYK | cmyk(51%, 0%, 18%, 2%) |
| LAB | lab(90.6 -46.0 11.3) |
| LCH | lch(90.6 47.3 166.2) |
| OKLCH | oklch(0.903 0.132 167.3) |
Copy-ready code
/* CSS */
color: #7cfbcd;
background-color: #7cfbcd;
/* Tailwind (arbitrary) */
class="text-[#7cfbcd] bg-[#7cfbcd]"
/* SCSS */
$brand: #7cfbcd;
/* SwiftUI */
Color(red: 0.486, green: 0.984, blue: 0.804)
/* Android */
Color.parseColor("#7cfbcd")Accessibility — WCAG contrast
Aa
#7cfbcd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfbcd on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.4%
Blue80.4%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow18.3%
Key (black)1.6%
Color previews
#7cfbcd text on a black background
contrast 16.54:1
Card sample
#7cfbcd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfbcd;
Background color
Panel with #7cfbcd background
background-color: #7cfbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 251, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 251, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfbcd; background: linear-gradient(135deg, #7cfbcd, #7CD4FB);