#80ebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
128, 235, 223
HSL
173°, 73%, 71%
CMYK
46, 0, 5, 8
Luminance
0.6933
Every format
| HEX | #80ebdf |
| RGB | rgb(128, 235, 223) |
| HSL | hsl(173, 73%, 71%) |
| CMYK | cmyk(46%, 0%, 5%, 8%) |
| LAB | lab(86.7 -33.8 -3.8) |
| LCH | lch(86.7 34.0 186.4) |
| OKLCH | oklch(0.873 0.101 186.1) |
Copy-ready code
/* CSS */
color: #80ebdf;
background-color: #80ebdf;
/* Tailwind (arbitrary) */
class="text-[#80ebdf] bg-[#80ebdf]"
/* SCSS */
$brand: #80ebdf;
/* SwiftUI */
Color(red: 0.502, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#80ebdf")Accessibility — WCAG contrast
Aa
#80ebdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80ebdf on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green92.2%
Blue87.5%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#80ebdf text on a black background
contrast 14.87:1
Card sample
#80ebdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80ebdf;
Background color
Panel with #80ebdf background
background-color: #80ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80ebdf; background: linear-gradient(135deg, #80ebdf, #80B0EB);