#7fdda3
a light, vivid green · cool · closest name: aquamarine
RGB
127, 221, 163
HSL
143°, 58%, 68%
CMYK
43, 0, 26, 13
Luminance
0.5887
Every format
| HEX | #7fdda3 |
| RGB | rgb(127, 221, 163) |
| HSL | hsl(143, 58%, 68%) |
| CMYK | cmyk(43%, 0%, 26%, 13%) |
| LAB | lab(81.2 -40.6 19.9) |
| LCH | lch(81.2 45.2 153.8) |
| OKLCH | oklch(0.824 0.122 155.5) |
Copy-ready code
/* CSS */
color: #7fdda3;
background-color: #7fdda3;
/* Tailwind (arbitrary) */
class="text-[#7fdda3] bg-[#7fdda3]"
/* SCSS */
$brand: #7fdda3;
/* SwiftUI */
Color(red: 0.498, green: 0.867, blue: 0.639)
/* Android */
Color.parseColor("#7fdda3")Accessibility — WCAG contrast
Aa
#7fdda3 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdda3 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.7%
Blue63.9%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow26.2%
Key (black)13.3%
Color previews
#7fdda3 text on a black background
contrast 12.77:1
Card sample
#7fdda3 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdda3;
Background color
Panel with #7fdda3 background
background-color: #7fdda3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdda3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 221, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 221, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdda3; background: linear-gradient(135deg, #7fdda3, #7FD8DD);