#80afba
a balanced, soft cyan · cool · closest name: skyblue
RGB
128, 175, 186
HSL
191°, 30%, 62%
CMYK
31, 6, 0, 27
Luminance
0.3879
Every format
| HEX | #80afba |
| RGB | rgb(128, 175, 186) |
| HSL | hsl(191, 30%, 62%) |
| CMYK | cmyk(31%, 6%, 0%, 27%) |
| LAB | lab(68.6 -12.9 -10.7) |
| LCH | lch(68.6 16.7 219.5) |
| OKLCH | oklch(0.724 0.052 213.8) |
Copy-ready code
/* CSS */
color: #80afba;
background-color: #80afba;
/* Tailwind (arbitrary) */
class="text-[#80afba] bg-[#80afba]"
/* SCSS */
$brand: #80afba;
/* SwiftUI */
Color(red: 0.502, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#80afba")Accessibility — WCAG contrast
Aa
#80afba on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80afba on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green68.6%
Blue72.9%
CMYK percentages
Cyan31.2%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#80afba text on a black background
contrast 8.76:1
Card sample
#80afba text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80afba;
Background color
Panel with #80afba background
background-color: #80afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80afba; background: linear-gradient(135deg, #80afba, #8088BA);