#80fcaf
a light, electric green · cool · closest name: aquamarine
RGB
128, 252, 175
HSL
143°, 95%, 75%
CMYK
49, 0, 31, 1
Luminance
0.7731
Every format
| HEX | #80fcaf |
| RGB | rgb(128, 252, 175) |
| HSL | hsl(143, 95%, 75%) |
| CMYK | cmyk(49%, 0%, 31%, 1%) |
| LAB | lab(90.5 -51.4 26.5) |
| LCH | lch(90.5 57.8 152.8) |
| OKLCH | oklch(0.900 0.155 154.5) |
Copy-ready code
/* CSS */
color: #80fcaf;
background-color: #80fcaf;
/* Tailwind (arbitrary) */
class="text-[#80fcaf] bg-[#80fcaf]"
/* SCSS */
$brand: #80fcaf;
/* SwiftUI */
Color(red: 0.502, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#80fcaf")Accessibility — WCAG contrast
Aa
#80fcaf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80fcaf on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green98.8%
Blue68.6%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#80fcaf text on a black background
contrast 16.46:1
Card sample
#80fcaf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80fcaf;
Background color
Panel with #80fcaf background
background-color: #80fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80fcaf; background: linear-gradient(135deg, #80fcaf, #80F6FC);