#80c4cf
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 196, 207
HSL
188°, 45%, 66%
CMYK
38, 5, 0, 19
Luminance
0.4857
Every format
| HEX | #80c4cf |
| RGB | rgb(128, 196, 207) |
| HSL | hsl(188, 45%, 66%) |
| CMYK | cmyk(38%, 5%, 0%, 19%) |
| LAB | lab(75.2 -18.6 -12.3) |
| LCH | lch(75.2 22.3 213.4) |
| OKLCH | oklch(0.779 0.070 208.7) |
Copy-ready code
/* CSS */
color: #80c4cf;
background-color: #80c4cf;
/* Tailwind (arbitrary) */
class="text-[#80c4cf] bg-[#80c4cf]"
/* SCSS */
$brand: #80c4cf;
/* SwiftUI */
Color(red: 0.502, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#80c4cf")Accessibility — WCAG contrast
Aa
#80c4cf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c4cf on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green76.9%
Blue81.2%
CMYK percentages
Cyan38.2%
Magenta5.3%
Yellow0.0%
Key (black)18.8%
Color previews
#80c4cf text on a black background
contrast 10.71:1
Card sample
#80c4cf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c4cf;
Background color
Panel with #80c4cf background
background-color: #80c4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c4cf; background: linear-gradient(135deg, #80c4cf, #808FCF);