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