#7fd9ac
a light, vivid green · cool · closest name: aquamarine
RGB
127, 217, 172
HSL
150°, 54%, 68%
CMYK
42, 0, 21, 15
Luminance
0.5712
Every format
| HEX | #7fd9ac |
| RGB | rgb(127, 217, 172) |
| HSL | hsl(150, 54%, 68%) |
| CMYK | cmyk(42%, 0%, 21%, 15%) |
| LAB | lab(80.2 -37.0 13.8) |
| LCH | lch(80.2 39.5 159.5) |
| OKLCH | oklch(0.817 0.109 160.9) |
Copy-ready code
/* CSS */
color: #7fd9ac;
background-color: #7fd9ac;
/* Tailwind (arbitrary) */
class="text-[#7fd9ac] bg-[#7fd9ac]"
/* SCSS */
$brand: #7fd9ac;
/* SwiftUI */
Color(red: 0.498, green: 0.851, blue: 0.675)
/* Android */
Color.parseColor("#7fd9ac")Accessibility — WCAG contrast
Aa
#7fd9ac on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd9ac on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.1%
Blue67.5%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow20.7%
Key (black)14.9%
Color previews
#7fd9ac text on a black background
contrast 12.42:1
Card sample
#7fd9ac text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd9ac;
Background color
Panel with #7fd9ac background
background-color: #7fd9ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd9ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 217, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 217, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd9ac; background: linear-gradient(135deg, #7fd9ac, #7FCAD9);