#7dfbae
a light, electric green · cool · closest name: aquamarine
RGB
125, 251, 174
HSL
143°, 94%, 74%
CMYK
50, 0, 31, 2
Luminance
0.7641
Every format
| HEX | #7dfbae |
| RGB | rgb(125, 251, 174) |
| HSL | hsl(143, 94%, 74%) |
| CMYK | cmyk(50%, 0%, 31%, 2%) |
| LAB | lab(90.0 -51.9 26.4) |
| LCH | lch(90.0 58.2 153.0) |
| OKLCH | oklch(0.896 0.157 154.8) |
Copy-ready code
/* CSS */
color: #7dfbae;
background-color: #7dfbae;
/* Tailwind (arbitrary) */
class="text-[#7dfbae] bg-[#7dfbae]"
/* SCSS */
$brand: #7dfbae;
/* SwiftUI */
Color(red: 0.490, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#7dfbae")Accessibility — WCAG contrast
Aa
#7dfbae on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dfbae on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green98.4%
Blue68.2%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#7dfbae text on a black background
contrast 16.28:1
Card sample
#7dfbae text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dfbae;
Background color
Panel with #7dfbae background
background-color: #7dfbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dfbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dfbae; background: linear-gradient(135deg, #7dfbae, #7DF4FB);