#80facf
a light, electric green · cool · “aquamarine”
RGB
128, 250, 207
HSL
159°, 92%, 74%
CMYK
49, 0, 17, 2
Luminance
0.7747
Every format
| HEX | #80facf |
| RGB | rgb(128, 250, 207) |
| HSL | hsl(159, 92%, 74%) |
| CMYK | cmyk(49%, 0%, 17%, 2%) |
| LAB | lab(90.5 -44.2 10.2) |
| LCH | lch(90.5 45.4 167.1) |
| OKLCH | oklch(0.902 0.127 168.1) |
Copy-ready code
/* CSS */
color: #80facf;
background-color: #80facf;
/* Tailwind (arbitrary) */
class="text-[#80facf] bg-[#80facf]"
/* SCSS */
$brand: #80facf;
/* SwiftUI */
Color(red: 0.502, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#80facf")Accessibility — WCAG contrast
Aa
#80facf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80facf on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green98.0%
Blue81.2%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#80facf text on a black background
contrast 16.49:1
Card sample
#80facf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80facf;
Background color
Panel with #80facf background
background-color: #80facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80facf; background: linear-gradient(135deg, #80facf, #80D4FA);