#7fd79f
a light, vivid green · cool · closest name: aquamarine
RGB
127, 215, 159
HSL
142°, 52%, 67%
CMYK
41, 0, 26, 16
Luminance
0.5562
Every format
| HEX | #7fd79f |
| RGB | rgb(127, 215, 159) |
| HSL | hsl(142, 52%, 67%) |
| CMYK | cmyk(41%, 0%, 26%, 16%) |
| LAB | lab(79.4 -38.7 19.5) |
| LCH | lch(79.4 43.3 153.2) |
| OKLCH | oklch(0.809 0.117 154.9) |
Copy-ready code
/* CSS */
color: #7fd79f;
background-color: #7fd79f;
/* Tailwind (arbitrary) */
class="text-[#7fd79f] bg-[#7fd79f]"
/* SCSS */
$brand: #7fd79f;
/* SwiftUI */
Color(red: 0.498, green: 0.843, blue: 0.624)
/* Android */
Color.parseColor("#7fd79f")Accessibility — WCAG contrast
Aa
#7fd79f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd79f on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green84.3%
Blue62.4%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow26.0%
Key (black)15.7%
Color previews
#7fd79f text on a black background
contrast 12.12:1
Card sample
#7fd79f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd79f;
Background color
Panel with #7fd79f background
background-color: #7fd79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 215, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 215, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd79f; background: linear-gradient(135deg, #7fd79f, #7FD4D7);