#7fdda9
a light, vivid green · cool · closest name: aquamarine
RGB
127, 221, 169
HSL
147°, 58%, 68%
CMYK
43, 0, 24, 13
Luminance
0.5909
Every format
| HEX | #7fdda9 |
| RGB | rgb(127, 221, 169) |
| HSL | hsl(147, 58%, 68%) |
| CMYK | cmyk(43%, 0%, 24%, 13%) |
| LAB | lab(81.3 -39.4 17.0) |
| LCH | lch(81.3 42.9 156.7) |
| OKLCH | oklch(0.825 0.117 158.2) |
Copy-ready code
/* CSS */
color: #7fdda9;
background-color: #7fdda9;
/* Tailwind (arbitrary) */
class="text-[#7fdda9] bg-[#7fdda9]"
/* SCSS */
$brand: #7fdda9;
/* SwiftUI */
Color(red: 0.498, green: 0.867, blue: 0.663)
/* Android */
Color.parseColor("#7fdda9")Accessibility — WCAG contrast
Aa
#7fdda9 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdda9 on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.7%
Blue66.3%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow23.5%
Key (black)13.3%
Color previews
#7fdda9 text on a black background
contrast 12.82:1
Card sample
#7fdda9 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdda9;
Background color
Panel with #7fdda9 background
background-color: #7fdda9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdda9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 221, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 221, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdda9; background: linear-gradient(135deg, #7fdda9, #7FD2DD);