#80feaf
a light, electric green · cool · closest name: aquamarine
RGB
128, 254, 175
HSL
142°, 98%, 75%
CMYK
50, 0, 31, 0
Luminance
0.7857
Every format
| HEX | #80feaf |
| RGB | rgb(128, 254, 175) |
| HSL | hsl(142, 98%, 75%) |
| CMYK | cmyk(50%, 0%, 31%, 0%) |
| LAB | lab(91.0 -52.2 27.3) |
| LCH | lch(91.0 58.9 152.4) |
| OKLCH | oklch(0.904 0.158 154.2) |
Copy-ready code
/* CSS */
color: #80feaf;
background-color: #80feaf;
/* Tailwind (arbitrary) */
class="text-[#80feaf] bg-[#80feaf]"
/* SCSS */
$brand: #80feaf;
/* SwiftUI */
Color(red: 0.502, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#80feaf")Accessibility — WCAG contrast
Aa
#80feaf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80feaf on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green99.6%
Blue68.6%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#80feaf text on a black background
contrast 16.71:1
Card sample
#80feaf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80feaf;
Background color
Panel with #80feaf background
background-color: #80feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80feaf; background: linear-gradient(135deg, #80feaf, #80F9FE);