#80fdac
a light, electric green · cool · closest name: aquamarine
RGB
128, 253, 172
HSL
141°, 97%, 75%
CMYK
49, 0, 32, 1
Luminance
0.7782
Every format
| HEX | #80fdac |
| RGB | rgb(128, 253, 172) |
| HSL | hsl(141, 97%, 75%) |
| CMYK | cmyk(49%, 0%, 32%, 1%) |
| LAB | lab(90.7 -52.4 28.3) |
| LCH | lch(90.7 59.5 151.6) |
| OKLCH | oklch(0.902 0.160 153.4) |
Copy-ready code
/* CSS */
color: #80fdac;
background-color: #80fdac;
/* Tailwind (arbitrary) */
class="text-[#80fdac] bg-[#80fdac]"
/* SCSS */
$brand: #80fdac;
/* SwiftUI */
Color(red: 0.502, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#80fdac")Accessibility — WCAG contrast
Aa
#80fdac on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80fdac on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green99.2%
Blue67.5%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#80fdac text on a black background
contrast 16.56:1
Card sample
#80fdac text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80fdac;
Background color
Panel with #80fdac background
background-color: #80fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80fdac; background: linear-gradient(135deg, #80fdac, #80FBFD);