#80afdb
a light, vivid blue · cool · closest name: skyblue
RGB
128, 175, 219
HSL
209°, 56%, 68%
CMYK
42, 20, 0, 14
Luminance
0.4036
Every format
| HEX | #80afdb |
| RGB | rgb(128, 175, 219) |
| HSL | hsl(209, 56%, 68%) |
| CMYK | cmyk(42%, 20%, 0%, 14%) |
| LAB | lab(69.7 -4.4 -27.1) |
| LCH | lch(69.7 27.5 260.8) |
| OKLCH | oklch(0.737 0.082 247.3) |
Copy-ready code
/* CSS */
color: #80afdb;
background-color: #80afdb;
/* Tailwind (arbitrary) */
class="text-[#80afdb] bg-[#80afdb]"
/* SCSS */
$brand: #80afdb;
/* SwiftUI */
Color(red: 0.502, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#80afdb")Accessibility — WCAG contrast
Aa
#80afdb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80afdb on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green68.6%
Blue85.9%
CMYK percentages
Cyan41.6%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#80afdb text on a black background
contrast 9.07:1
Card sample
#80afdb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80afdb;
Background color
Panel with #80afdb background
background-color: #80afdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80afdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80afdb; background: linear-gradient(135deg, #80afdb, #8E80DB);