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