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