#80c5db
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 197, 219
HSL
195°, 56%, 68%
CMYK
42, 10, 0, 14
Luminance
0.4964
Every format
| HEX | #80c5db |
| RGB | rgb(128, 197, 219) |
| HSL | hsl(195, 56%, 68%) |
| CMYK | cmyk(42%, 10%, 0%, 14%) |
| LAB | lab(75.8 -16.1 -17.8) |
| LCH | lch(75.8 24.0 227.9) |
| OKLCH | oklch(0.785 0.076 220.1) |
Copy-ready code
/* CSS */
color: #80c5db;
background-color: #80c5db;
/* Tailwind (arbitrary) */
class="text-[#80c5db] bg-[#80c5db]"
/* SCSS */
$brand: #80c5db;
/* SwiftUI */
Color(red: 0.502, green: 0.773, blue: 0.859)
/* Android */
Color.parseColor("#80c5db")Accessibility — WCAG contrast
Aa
#80c5db on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c5db on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green77.3%
Blue85.9%
CMYK percentages
Cyan41.6%
Magenta10.0%
Yellow0.0%
Key (black)14.1%
Color previews
#80c5db text on a black background
contrast 10.93:1
Card sample
#80c5db text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c5db;
Background color
Panel with #80c5db background
background-color: #80c5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 197, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 197, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c5db; background: linear-gradient(135deg, #80c5db, #8088DB);