#80fceb
a light, electric cyan · cool · closest name: turquoise
RGB
128, 252, 235
HSL
172°, 95%, 75%
CMYK
49, 0, 7, 1
Luminance
0.8021
Every format
| HEX | #80fceb |
| RGB | rgb(128, 252, 235) |
| HSL | hsl(172, 95%, 75%) |
| CMYK | cmyk(49%, 0%, 7%, 1%) |
| LAB | lab(91.8 -38.8 -2.5) |
| LCH | lch(91.8 38.8 183.8) |
| OKLCH | oklch(0.915 0.115 183.7) |
Copy-ready code
/* CSS */
color: #80fceb;
background-color: #80fceb;
/* Tailwind (arbitrary) */
class="text-[#80fceb] bg-[#80fceb]"
/* SCSS */
$brand: #80fceb;
/* SwiftUI */
Color(red: 0.502, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#80fceb")Accessibility — WCAG contrast
Aa
#80fceb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80fceb on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green98.8%
Blue92.2%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#80fceb text on a black background
contrast 17.04:1
Card sample
#80fceb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80fceb;
Background color
Panel with #80fceb background
background-color: #80fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80fceb; background: linear-gradient(135deg, #80fceb, #80BAFC);