#80eeeb
a light, electric cyan · cool · closest name: turquoise
RGB
128, 238, 235
HSL
178°, 76%, 72%
CMYK
46, 0, 1, 7
Luminance
0.7174
Every format
| HEX | #80eeeb |
| RGB | rgb(128, 238, 235) |
| HSL | hsl(178, 76%, 72%) |
| CMYK | cmyk(46%, 0%, 1%, 7%) |
| LAB | lab(87.8 -32.3 -8.3) |
| LCH | lch(87.8 33.3 194.5) |
| OKLCH | oklch(0.883 0.102 193.1) |
Copy-ready code
/* CSS */
color: #80eeeb;
background-color: #80eeeb;
/* Tailwind (arbitrary) */
class="text-[#80eeeb] bg-[#80eeeb]"
/* SCSS */
$brand: #80eeeb;
/* SwiftUI */
Color(red: 0.502, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#80eeeb")Accessibility — WCAG contrast
Aa
#80eeeb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80eeeb on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green93.3%
Blue92.2%
CMYK percentages
Cyan46.2%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#80eeeb text on a black background
contrast 15.35:1
Card sample
#80eeeb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80eeeb;
Background color
Panel with #80eeeb background
background-color: #80eeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80eeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80eeeb; background: linear-gradient(135deg, #80eeeb, #80A8EE);