#80ebdb
a light, vivid cyan · cool · closest name: turquoise
RGB
128, 235, 219
HSL
171°, 73%, 71%
CMYK
46, 0, 7, 8
Luminance
0.6912
Every format
| HEX | #80ebdb |
| RGB | rgb(128, 235, 219) |
| HSL | hsl(171, 73%, 71%) |
| CMYK | cmyk(46%, 0%, 7%, 8%) |
| LAB | lab(86.6 -34.7 -1.9) |
| LCH | lch(86.6 34.8 183.0) |
| OKLCH | oklch(0.871 0.102 183.1) |
Copy-ready code
/* CSS */
color: #80ebdb;
background-color: #80ebdb;
/* Tailwind (arbitrary) */
class="text-[#80ebdb] bg-[#80ebdb]"
/* SCSS */
$brand: #80ebdb;
/* SwiftUI */
Color(red: 0.502, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#80ebdb")Accessibility — WCAG contrast
Aa
#80ebdb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80ebdb on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green92.2%
Blue85.9%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#80ebdb text on a black background
contrast 14.82:1
Card sample
#80ebdb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80ebdb;
Background color
Panel with #80ebdb background
background-color: #80ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80ebdb; background: linear-gradient(135deg, #80ebdb, #80B4EB);