#7fdba0
a light, vivid green · cool · closest name: aquamarine
RGB
127, 219, 160
HSL
142°, 56%, 68%
CMYK
42, 0, 27, 14
Luminance
0.5771
Every format
| HEX | #7fdba0 |
| RGB | rgb(127, 219, 160) |
| HSL | hsl(142, 56%, 68%) |
| CMYK | cmyk(42%, 0%, 27%, 14%) |
| LAB | lab(80.6 -40.3 20.6) |
| LCH | lch(80.6 45.2 152.9) |
| OKLCH | oklch(0.818 0.122 154.6) |
Copy-ready code
/* CSS */
color: #7fdba0;
background-color: #7fdba0;
/* Tailwind (arbitrary) */
class="text-[#7fdba0] bg-[#7fdba0]"
/* SCSS */
$brand: #7fdba0;
/* SwiftUI */
Color(red: 0.498, green: 0.859, blue: 0.627)
/* Android */
Color.parseColor("#7fdba0")Accessibility — WCAG contrast
Aa
#7fdba0 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdba0 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.9%
Blue62.7%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow26.9%
Key (black)14.1%
Color previews
#7fdba0 text on a black background
contrast 12.54:1
Card sample
#7fdba0 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdba0;
Background color
Panel with #7fdba0 background
background-color: #7fdba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 219, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 219, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdba0; background: linear-gradient(135deg, #7fdba0, #7FD9DB);