#7dfbce
a light, electric green · cool · “aquamarine”
RGB
125, 251, 206
HSL
159°, 94%, 74%
CMYK
50, 0, 18, 2
Luminance
0.7781
Every format
| HEX | #7dfbce |
| RGB | rgb(125, 251, 206) |
| HSL | hsl(159, 94%, 74%) |
| CMYK | cmyk(50%, 0%, 18%, 2%) |
| LAB | lab(90.7 -45.5 10.9) |
| LCH | lch(90.7 46.8 166.5) |
| OKLCH | oklch(0.903 0.131 167.7) |
Copy-ready code
/* CSS */
color: #7dfbce;
background-color: #7dfbce;
/* Tailwind (arbitrary) */
class="text-[#7dfbce] bg-[#7dfbce]"
/* SCSS */
$brand: #7dfbce;
/* SwiftUI */
Color(red: 0.490, green: 0.984, blue: 0.808)
/* Android */
Color.parseColor("#7dfbce")Accessibility — WCAG contrast
Aa
#7dfbce on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dfbce on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green98.4%
Blue80.8%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow17.9%
Key (black)1.6%
Color previews
#7dfbce text on a black background
contrast 16.56:1
Card sample
#7dfbce text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dfbce;
Background color
Panel with #7dfbce background
background-color: #7dfbce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dfbce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 251, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 251, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dfbce; background: linear-gradient(135deg, #7dfbce, #7DD4FB);