#80cddc
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 205, 220
HSL
190°, 57%, 68%
CMYK
42, 7, 0, 14
Luminance
0.5342
Every format
| HEX | #80cddc |
| RGB | rgb(128, 205, 220) |
| HSL | hsl(190, 57%, 68%) |
| CMYK | cmyk(42%, 7%, 0%, 14%) |
| LAB | lab(78.1 -19.9 -14.9) |
| LCH | lch(78.1 24.9 216.8) |
| OKLCH | oklch(0.804 0.079 211.3) |
Copy-ready code
/* CSS */
color: #80cddc;
background-color: #80cddc;
/* Tailwind (arbitrary) */
class="text-[#80cddc] bg-[#80cddc]"
/* SCSS */
$brand: #80cddc;
/* SwiftUI */
Color(red: 0.502, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#80cddc")Accessibility — WCAG contrast
Aa
#80cddc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cddc on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.4%
Blue86.3%
CMYK percentages
Cyan41.8%
Magenta6.8%
Yellow0.0%
Key (black)13.7%
Color previews
#80cddc text on a black background
contrast 11.68:1
Card sample
#80cddc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cddc;
Background color
Panel with #80cddc background
background-color: #80cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cddc; background: linear-gradient(135deg, #80cddc, #8090DC);