#7fd6af
a light, vivid green · cool · closest name: aquamarine
RGB
127, 214, 175
HSL
153°, 52%, 67%
CMYK
41, 0, 18, 16
Luminance
0.5570
Every format
| HEX | #7fd6af |
| RGB | rgb(127, 214, 175) |
| HSL | hsl(153, 52%, 67%) |
| CMYK | cmyk(41%, 0%, 18%, 16%) |
| LAB | lab(79.4 -35.0 11.1) |
| LCH | lch(79.4 36.8 162.4) |
| OKLCH | oklch(0.810 0.102 163.7) |
Copy-ready code
/* CSS */
color: #7fd6af;
background-color: #7fd6af;
/* Tailwind (arbitrary) */
class="text-[#7fd6af] bg-[#7fd6af]"
/* SCSS */
$brand: #7fd6af;
/* SwiftUI */
Color(red: 0.498, green: 0.839, blue: 0.686)
/* Android */
Color.parseColor("#7fd6af")Accessibility — WCAG contrast
Aa
#7fd6af on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd6af on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green83.9%
Blue68.6%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow18.2%
Key (black)16.1%
Color previews
#7fd6af text on a black background
contrast 12.14:1
Card sample
#7fd6af text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd6af;
Background color
Panel with #7fd6af background
background-color: #7fd6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 214, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 214, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd6af; background: linear-gradient(135deg, #7fd6af, #7FC3D6);