#7cf9cd
a light, electric green · cool · “aquamarine”
RGB
124, 249, 205
HSL
159°, 91%, 73%
CMYK
50, 0, 18, 2
Luminance
0.7644
Every format
| HEX | #7cf9cd |
| RGB | rgb(124, 249, 205) |
| HSL | hsl(159, 91%, 73%) |
| CMYK | cmyk(50%, 0%, 18%, 2%) |
| LAB | lab(90.1 -45.1 10.5) |
| LCH | lch(90.1 46.3 166.9) |
| OKLCH | oklch(0.898 0.129 168.0) |
Copy-ready code
/* CSS */
color: #7cf9cd;
background-color: #7cf9cd;
/* Tailwind (arbitrary) */
class="text-[#7cf9cd] bg-[#7cf9cd]"
/* SCSS */
$brand: #7cf9cd;
/* SwiftUI */
Color(red: 0.486, green: 0.976, blue: 0.804)
/* Android */
Color.parseColor("#7cf9cd")Accessibility — WCAG contrast
Aa
#7cf9cd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf9cd on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green97.6%
Blue80.4%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow17.7%
Key (black)2.4%
Color previews
#7cf9cd text on a black background
contrast 16.29:1
Card sample
#7cf9cd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf9cd;
Background color
Panel with #7cf9cd background
background-color: #7cf9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 249, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 249, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf9cd; background: linear-gradient(135deg, #7cf9cd, #7CD2F9);