#80c2ce
a light, soft cyan · cool · closest name: skyblue
RGB
128, 194, 206
HSL
189°, 44%, 66%
CMYK
38, 6, 0, 19
Luminance
0.4763
Every format
| HEX | #80c2ce |
| RGB | rgb(128, 194, 206) |
| HSL | hsl(189, 44%, 66%) |
| CMYK | cmyk(38%, 6%, 0%, 19%) |
| LAB | lab(74.6 -17.9 -12.7) |
| LCH | lch(74.6 21.9 215.3) |
| OKLCH | oklch(0.774 0.069 210.2) |
Copy-ready code
/* CSS */
color: #80c2ce;
background-color: #80c2ce;
/* Tailwind (arbitrary) */
class="text-[#80c2ce] bg-[#80c2ce]"
/* SCSS */
$brand: #80c2ce;
/* SwiftUI */
Color(red: 0.502, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#80c2ce")Accessibility — WCAG contrast
Aa
#80c2ce on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c2ce on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green76.1%
Blue80.8%
CMYK percentages
Cyan37.9%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#80c2ce text on a black background
contrast 10.53:1
Card sample
#80c2ce text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c2ce;
Background color
Panel with #80c2ce background
background-color: #80c2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c2ce; background: linear-gradient(135deg, #80c2ce, #808ECE);