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