#80afda
a light, vivid blue · cool · closest name: skyblue
RGB
128, 175, 218
HSL
209°, 55%, 68%
CMYK
41, 20, 0, 15
Luminance
0.4031
Every format
| HEX | #80afda |
| RGB | rgb(128, 175, 218) |
| HSL | hsl(209, 55%, 68%) |
| CMYK | cmyk(41%, 20%, 0%, 15%) |
| LAB | lab(69.7 -4.7 -26.6) |
| LCH | lch(69.7 27.0 260.1) |
| OKLCH | oklch(0.737 0.080 246.7) |
Copy-ready code
/* CSS */
color: #80afda;
background-color: #80afda;
/* Tailwind (arbitrary) */
class="text-[#80afda] bg-[#80afda]"
/* SCSS */
$brand: #80afda;
/* SwiftUI */
Color(red: 0.502, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#80afda")Accessibility — WCAG contrast
Aa
#80afda on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80afda on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green68.6%
Blue85.5%
CMYK percentages
Cyan41.3%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#80afda text on a black background
contrast 9.06:1
Card sample
#80afda text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80afda;
Background color
Panel with #80afda background
background-color: #80afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80afda; background: linear-gradient(135deg, #80afda, #8D80DA);