#80adcd
a light, soft blue · cool · closest name: skyblue
RGB
128, 173, 205
HSL
205°, 44%, 65%
CMYK
38, 16, 0, 20
Luminance
0.3888
Every format
| HEX | #80adcd |
| RGB | rgb(128, 173, 205) |
| HSL | hsl(205, 44%, 65%) |
| CMYK | cmyk(38%, 16%, 0%, 20%) |
| LAB | lab(68.7 -7.0 -21.1) |
| LCH | lch(68.7 22.2 251.5) |
| OKLCH | oklch(0.727 0.067 239.8) |
Copy-ready code
/* CSS */
color: #80adcd;
background-color: #80adcd;
/* Tailwind (arbitrary) */
class="text-[#80adcd] bg-[#80adcd]"
/* SCSS */
$brand: #80adcd;
/* SwiftUI */
Color(red: 0.502, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#80adcd")Accessibility — WCAG contrast
Aa
#80adcd on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80adcd on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green67.8%
Blue80.4%
CMYK percentages
Cyan37.6%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#80adcd text on a black background
contrast 8.78:1
Card sample
#80adcd text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80adcd;
Background color
Panel with #80adcd background
background-color: #80adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80adcd; background: linear-gradient(135deg, #80adcd, #8680CD);