#80fdee
a light, electric cyan · cool · closest name: turquoise
RGB
128, 253, 238
HSL
173°, 97%, 75%
CMYK
49, 0, 6, 1
Luminance
0.8101
Every format
| HEX | #80fdee |
| RGB | rgb(128, 253, 238) |
| HSL | hsl(173, 97%, 75%) |
| CMYK | cmyk(49%, 0%, 6%, 1%) |
| LAB | lab(92.1 -38.5 -3.6) |
| LCH | lch(92.1 38.7 185.3) |
| OKLCH | oklch(0.918 0.115 185.1) |
Copy-ready code
/* CSS */
color: #80fdee;
background-color: #80fdee;
/* Tailwind (arbitrary) */
class="text-[#80fdee] bg-[#80fdee]"
/* SCSS */
$brand: #80fdee;
/* SwiftUI */
Color(red: 0.502, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#80fdee")Accessibility — WCAG contrast
Aa
#80fdee on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80fdee on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green99.2%
Blue93.3%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#80fdee text on a black background
contrast 17.20:1
Card sample
#80fdee text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80fdee;
Background color
Panel with #80fdee background
background-color: #80fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80fdee; background: linear-gradient(135deg, #80fdee, #80B9FD);