#7fdbae
a light, vivid green · cool · closest name: aquamarine
RGB
127, 219, 174
HSL
151°, 56%, 68%
CMYK
42, 0, 21, 14
Luminance
0.5823
Every format
| HEX | #7fdbae |
| RGB | rgb(127, 219, 174) |
| HSL | hsl(151, 56%, 68%) |
| CMYK | cmyk(42%, 0%, 21%, 14%) |
| LAB | lab(80.9 -37.5 13.7) |
| LCH | lch(80.9 39.9 160.0) |
| OKLCH | oklch(0.822 0.110 161.4) |
Copy-ready code
/* CSS */
color: #7fdbae;
background-color: #7fdbae;
/* Tailwind (arbitrary) */
class="text-[#7fdbae] bg-[#7fdbae]"
/* SCSS */
$brand: #7fdbae;
/* SwiftUI */
Color(red: 0.498, green: 0.859, blue: 0.682)
/* Android */
Color.parseColor("#7fdbae")Accessibility — WCAG contrast
Aa
#7fdbae on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdbae on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.9%
Blue68.2%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow20.5%
Key (black)14.1%
Color previews
#7fdbae text on a black background
contrast 12.65:1
Card sample
#7fdbae text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdbae;
Background color
Panel with #7fdbae background
background-color: #7fdbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 219, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 219, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdbae; background: linear-gradient(135deg, #7fdbae, #7FCBDB);