#7fd7ad
a light, vivid green · cool · closest name: aquamarine
RGB
127, 215, 173
HSL
151°, 52%, 67%
CMYK
41, 0, 20, 16
Luminance
0.5613
Every format
| HEX | #7fd7ad |
| RGB | rgb(127, 215, 173) |
| HSL | hsl(151, 52%, 67%) |
| CMYK | cmyk(41%, 0%, 20%, 16%) |
| LAB | lab(79.7 -35.9 12.5) |
| LCH | lch(79.7 38.0 160.8) |
| OKLCH | oklch(0.812 0.105 162.1) |
Copy-ready code
/* CSS */
color: #7fd7ad;
background-color: #7fd7ad;
/* Tailwind (arbitrary) */
class="text-[#7fd7ad] bg-[#7fd7ad]"
/* SCSS */
$brand: #7fd7ad;
/* SwiftUI */
Color(red: 0.498, green: 0.843, blue: 0.678)
/* Android */
Color.parseColor("#7fd7ad")Accessibility — WCAG contrast
Aa
#7fd7ad on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd7ad on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green84.3%
Blue67.8%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow19.5%
Key (black)15.7%
Color previews
#7fd7ad text on a black background
contrast 12.23:1
Card sample
#7fd7ad text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd7ad;
Background color
Panel with #7fd7ad background
background-color: #7fd7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 215, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 215, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd7ad; background: linear-gradient(135deg, #7fd7ad, #7FC6D7);