#80cd8f
a light, soft green · cool · closest name: aquamarine
RGB
128, 205, 143
HSL
132°, 44%, 65%
CMYK
38, 0, 30, 20
Luminance
0.5024
Every format
| HEX | #80cd8f |
| RGB | rgb(128, 205, 143) |
| HSL | hsl(132, 44%, 65%) |
| CMYK | cmyk(38%, 0%, 30%, 20%) |
| LAB | lab(76.2 -36.8 23.6) |
| LCH | lch(76.2 43.7 147.3) |
| OKLCH | oklch(0.782 0.117 149.3) |
Copy-ready code
/* CSS */
color: #80cd8f;
background-color: #80cd8f;
/* Tailwind (arbitrary) */
class="text-[#80cd8f] bg-[#80cd8f]"
/* SCSS */
$brand: #80cd8f;
/* SwiftUI */
Color(red: 0.502, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#80cd8f")Accessibility — WCAG contrast
Aa
#80cd8f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cd8f on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.4%
Blue56.1%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow30.2%
Key (black)19.6%
Color previews
#80cd8f text on a black background
contrast 11.05:1
Card sample
#80cd8f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cd8f;
Background color
Panel with #80cd8f background
background-color: #80cd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cd8f; background: linear-gradient(135deg, #80cd8f, #80CDC2);