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