#80cccd
a light, soft cyan · cool · closest name: skyblue
RGB
128, 204, 205
HSL
181°, 44%, 65%
CMYK
38, 1, 0, 20
Luminance
0.5218
Every format
| HEX | #80cccd |
| RGB | rgb(128, 204, 205) |
| HSL | hsl(181, 44%, 65%) |
| CMYK | cmyk(38%, 1%, 0%, 20%) |
| LAB | lab(77.4 -23.2 -7.9) |
| LCH | lch(77.4 24.5 198.9) |
| OKLCH | oklch(0.796 0.075 196.8) |
Copy-ready code
/* CSS */
color: #80cccd;
background-color: #80cccd;
/* Tailwind (arbitrary) */
class="text-[#80cccd] bg-[#80cccd]"
/* SCSS */
$brand: #80cccd;
/* SwiftUI */
Color(red: 0.502, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#80cccd")Accessibility — WCAG contrast
Aa
#80cccd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cccd on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green80.0%
Blue80.4%
CMYK percentages
Cyan37.6%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#80cccd text on a black background
contrast 11.44:1
Card sample
#80cccd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cccd;
Background color
Panel with #80cccd background
background-color: #80cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cccd; background: linear-gradient(135deg, #80cccd, #8099CD);