#7fdda0
a light, vivid green · cool · closest name: aquamarine
RGB
127, 221, 160
HSL
141°, 58%, 68%
CMYK
43, 0, 28, 13
Luminance
0.5876
Every format
| HEX | #7fdda0 |
| RGB | rgb(127, 221, 160) |
| HSL | hsl(141, 58%, 68%) |
| CMYK | cmyk(43%, 0%, 28%, 13%) |
| LAB | lab(81.2 -41.1 21.4) |
| LCH | lch(81.2 46.4 152.5) |
| OKLCH | oklch(0.823 0.125 154.2) |
Copy-ready code
/* CSS */
color: #7fdda0;
background-color: #7fdda0;
/* Tailwind (arbitrary) */
class="text-[#7fdda0] bg-[#7fdda0]"
/* SCSS */
$brand: #7fdda0;
/* SwiftUI */
Color(red: 0.498, green: 0.867, blue: 0.627)
/* Android */
Color.parseColor("#7fdda0")Accessibility — WCAG contrast
Aa
#7fdda0 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdda0 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.7%
Blue62.7%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow27.6%
Key (black)13.3%
Color previews
#7fdda0 text on a black background
contrast 12.75:1
Card sample
#7fdda0 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdda0;
Background color
Panel with #7fdda0 background
background-color: #7fdda0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdda0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 221, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 221, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdda0; background: linear-gradient(135deg, #7fdda0, #7FDBDD);