#7dfdbf
a light, electric green · cool · closest name: aquamarine
RGB
125, 253, 191
HSL
151°, 97%, 74%
CMYK
51, 0, 25, 1
Luminance
0.7837
Every format
| HEX | #7dfdbf |
| RGB | rgb(125, 253, 191) |
| HSL | hsl(151, 97%, 74%) |
| CMYK | cmyk(51%, 0%, 25%, 1%) |
| LAB | lab(91.0 -49.5 19.0) |
| LCH | lch(91.0 53.0 159.0) |
| OKLCH | oklch(0.904 0.145 160.4) |
Copy-ready code
/* CSS */
color: #7dfdbf;
background-color: #7dfdbf;
/* Tailwind (arbitrary) */
class="text-[#7dfdbf] bg-[#7dfdbf]"
/* SCSS */
$brand: #7dfdbf;
/* SwiftUI */
Color(red: 0.490, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#7dfdbf")Accessibility — WCAG contrast
Aa
#7dfdbf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dfdbf on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green99.2%
Blue74.9%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#7dfdbf text on a black background
contrast 16.67:1
Card sample
#7dfdbf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dfdbf;
Background color
Panel with #7dfdbf background
background-color: #7dfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dfdbf; background: linear-gradient(135deg, #7dfdbf, #7DE6FD);