#7fdbab
a light, vivid green · cool · closest name: aquamarine
RGB
127, 219, 171
HSL
149°, 56%, 68%
CMYK
42, 0, 22, 14
Luminance
0.5812
Every format
| HEX | #7fdbab |
| RGB | rgb(127, 219, 171) |
| HSL | hsl(149, 56%, 68%) |
| CMYK | cmyk(42%, 0%, 22%, 14%) |
| LAB | lab(80.8 -38.1 15.2) |
| LCH | lch(80.8 41.0 158.3) |
| OKLCH | oklch(0.821 0.112 159.8) |
Copy-ready code
/* CSS */
color: #7fdbab;
background-color: #7fdbab;
/* Tailwind (arbitrary) */
class="text-[#7fdbab] bg-[#7fdbab]"
/* SCSS */
$brand: #7fdbab;
/* SwiftUI */
Color(red: 0.498, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#7fdbab")Accessibility — WCAG contrast
Aa
#7fdbab on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdbab on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.9%
Blue67.1%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow21.9%
Key (black)14.1%
Color previews
#7fdbab text on a black background
contrast 12.62:1
Card sample
#7fdbab text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdbab;
Background color
Panel with #7fdbab background
background-color: #7fdbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdbab; background: linear-gradient(135deg, #7fdbab, #7FCEDB);