#7dfecb
a light, electric green · cool · closest name: aquamarine
RGB
125, 254, 203
HSL
156°, 99%, 74%
CMYK
51, 0, 20, 0
Luminance
0.7956
Every format
| HEX | #7dfecb |
| RGB | rgb(125, 254, 203) |
| HSL | hsl(156, 99%, 74%) |
| CMYK | cmyk(51%, 0%, 20%, 0%) |
| LAB | lab(91.5 -47.5 13.6) |
| LCH | lch(91.5 49.4 164.1) |
| OKLCH | oklch(0.910 0.137 165.2) |
Copy-ready code
/* CSS */
color: #7dfecb;
background-color: #7dfecb;
/* Tailwind (arbitrary) */
class="text-[#7dfecb] bg-[#7dfecb]"
/* SCSS */
$brand: #7dfecb;
/* SwiftUI */
Color(red: 0.490, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#7dfecb")Accessibility — WCAG contrast
Aa
#7dfecb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dfecb on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green99.6%
Blue79.6%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#7dfecb text on a black background
contrast 16.91:1
Card sample
#7dfecb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dfecb;
Background color
Panel with #7dfecb background
background-color: #7dfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dfecb; background: linear-gradient(135deg, #7dfecb, #7DDBFE);