#7fd17f
a light, vivid green · cool · closest name: aquamarine
RGB
127, 209, 127
HSL
120°, 47%, 66%
CMYK
39, 0, 39, 18
Luminance
0.5165
Every format
| HEX | #7fd17f |
| RGB | rgb(127, 209, 127) |
| HSL | hsl(120, 47%, 66%) |
| CMYK | cmyk(39%, 0%, 39%, 18%) |
| LAB | lab(77.1 -41.5 33.0) |
| LCH | lch(77.1 53.0 141.5) |
| OKLCH | oklch(0.788 0.139 144.1) |
Copy-ready code
/* CSS */
color: #7fd17f;
background-color: #7fd17f;
/* Tailwind (arbitrary) */
class="text-[#7fd17f] bg-[#7fd17f]"
/* SCSS */
$brand: #7fd17f;
/* SwiftUI */
Color(red: 0.498, green: 0.820, blue: 0.498)
/* Android */
Color.parseColor("#7fd17f")Accessibility — WCAG contrast
Aa
#7fd17f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd17f on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green82.0%
Blue49.8%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow39.2%
Key (black)18.0%
Color previews
#7fd17f text on a black background
contrast 11.33:1
Card sample
#7fd17f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd17f;
Background color
Panel with #7fd17f background
background-color: #7fd17f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd17f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 209, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 209, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd17f; background: linear-gradient(135deg, #7fd17f, #7FD1B6);