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