#7fdaac
a light, vivid green · cool · closest name: aquamarine
RGB
127, 218, 172
HSL
150°, 55%, 68%
CMYK
42, 0, 21, 15
Luminance
0.5763
Every format
| HEX | #7fdaac |
| RGB | rgb(127, 218, 172) |
| HSL | hsl(150, 55%, 68%) |
| CMYK | cmyk(42%, 0%, 21%, 15%) |
| LAB | lab(80.5 -37.5 14.3) |
| LCH | lch(80.5 40.1 159.2) |
| OKLCH | oklch(0.819 0.110 160.6) |
Copy-ready code
/* CSS */
color: #7fdaac;
background-color: #7fdaac;
/* Tailwind (arbitrary) */
class="text-[#7fdaac] bg-[#7fdaac]"
/* SCSS */
$brand: #7fdaac;
/* SwiftUI */
Color(red: 0.498, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#7fdaac")Accessibility — WCAG contrast
Aa
#7fdaac on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdaac on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.5%
Blue67.5%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow21.1%
Key (black)14.5%
Color previews
#7fdaac text on a black background
contrast 12.53:1
Card sample
#7fdaac text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdaac;
Background color
Panel with #7fdaac background
background-color: #7fdaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdaac; background: linear-gradient(135deg, #7fdaac, #7FCBDA);