#7cfdbf
a light, electric green · cool · closest name: aquamarine
RGB
124, 253, 191
HSL
151°, 97%, 74%
CMYK
51, 0, 25, 1
Luminance
0.7830
Every format
| HEX | #7cfdbf |
| RGB | rgb(124, 253, 191) |
| HSL | hsl(151, 97%, 74%) |
| CMYK | cmyk(51%, 0%, 25%, 1%) |
| LAB | lab(90.9 -49.7 18.9) |
| LCH | lch(90.9 53.2 159.2) |
| OKLCH | oklch(0.904 0.145 160.6) |
Copy-ready code
/* CSS */
color: #7cfdbf;
background-color: #7cfdbf;
/* Tailwind (arbitrary) */
class="text-[#7cfdbf] bg-[#7cfdbf]"
/* SCSS */
$brand: #7cfdbf;
/* SwiftUI */
Color(red: 0.486, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#7cfdbf")Accessibility — WCAG contrast
Aa
#7cfdbf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfdbf on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green99.2%
Blue74.9%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#7cfdbf text on a black background
contrast 16.66:1
Card sample
#7cfdbf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfdbf;
Background color
Panel with #7cfdbf background
background-color: #7cfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfdbf; background: linear-gradient(135deg, #7cfdbf, #7CE5FD);