#7fdca2
a light, vivid green · cool · closest name: aquamarine
RGB
127, 220, 162
HSL
143°, 57%, 68%
CMYK
42, 0, 26, 14
Luminance
0.5831
Every format
| HEX | #7fdca2 |
| RGB | rgb(127, 220, 162) |
| HSL | hsl(143, 57%, 68%) |
| CMYK | cmyk(42%, 0%, 26%, 14%) |
| LAB | lab(80.9 -40.3 20.0) |
| LCH | lch(80.9 45.0 153.6) |
| OKLCH | oklch(0.821 0.122 155.2) |
Copy-ready code
/* CSS */
color: #7fdca2;
background-color: #7fdca2;
/* Tailwind (arbitrary) */
class="text-[#7fdca2] bg-[#7fdca2]"
/* SCSS */
$brand: #7fdca2;
/* SwiftUI */
Color(red: 0.498, green: 0.863, blue: 0.635)
/* Android */
Color.parseColor("#7fdca2")Accessibility — WCAG contrast
Aa
#7fdca2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdca2 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.3%
Blue63.5%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow26.4%
Key (black)13.7%
Color previews
#7fdca2 text on a black background
contrast 12.66:1
Card sample
#7fdca2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdca2;
Background color
Panel with #7fdca2 background
background-color: #7fdca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 220, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 220, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdca2; background: linear-gradient(135deg, #7fdca2, #7FD8DC);