#80cfda
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 207, 218
HSL
187°, 55%, 68%
CMYK
41, 5, 0, 15
Luminance
0.5428
Every format
| HEX | #80cfda |
| RGB | rgb(128, 207, 218) |
| HSL | hsl(187, 55%, 68%) |
| CMYK | cmyk(41%, 5%, 0%, 15%) |
| LAB | lab(78.6 -21.5 -13.1) |
| LCH | lch(78.6 25.1 211.4) |
| OKLCH | oklch(0.807 0.079 207.0) |
Copy-ready code
/* CSS */
color: #80cfda;
background-color: #80cfda;
/* Tailwind (arbitrary) */
class="text-[#80cfda] bg-[#80cfda]"
/* SCSS */
$brand: #80cfda;
/* SwiftUI */
Color(red: 0.502, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#80cfda")Accessibility — WCAG contrast
Aa
#80cfda on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80cfda on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green81.2%
Blue85.5%
CMYK percentages
Cyan41.3%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#80cfda text on a black background
contrast 11.86:1
Card sample
#80cfda text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80cfda;
Background color
Panel with #80cfda background
background-color: #80cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80cfda; background: linear-gradient(135deg, #80cfda, #8093DA);