#80eccf
a light, vivid cyan · cool · closest name: aquamarine
RGB
128, 236, 207
HSL
164°, 74%, 71%
CMYK
46, 0, 12, 8
Luminance
0.6909
Every format
| HEX | #80eccf |
| RGB | rgb(128, 236, 207) |
| HSL | hsl(164, 74%, 71%) |
| CMYK | cmyk(46%, 0%, 12%, 8%) |
| LAB | lab(86.5 -38.0 4.4) |
| LCH | lch(86.5 38.2 173.4) |
| OKLCH | oklch(0.870 0.109 174.1) |
Copy-ready code
/* CSS */
color: #80eccf;
background-color: #80eccf;
/* Tailwind (arbitrary) */
class="text-[#80eccf] bg-[#80eccf]"
/* SCSS */
$brand: #80eccf;
/* SwiftUI */
Color(red: 0.502, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#80eccf")Accessibility — WCAG contrast
Aa
#80eccf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80eccf on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green92.5%
Blue81.2%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#80eccf text on a black background
contrast 14.82:1
Card sample
#80eccf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80eccf;
Background color
Panel with #80eccf background
background-color: #80eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80eccf; background: linear-gradient(135deg, #80eccf, #80C1EC);