#80bfdb
a light, vivid cyan · cool · closest name: skyblue
RGB
128, 191, 219
HSL
199°, 56%, 68%
CMYK
42, 13, 0, 14
Luminance
0.4697
Every format
| HEX | #80bfdb |
| RGB | rgb(128, 191, 219) |
| HSL | hsl(199, 56%, 68%) |
| CMYK | cmyk(42%, 13%, 0%, 14%) |
| LAB | lab(74.2 -13.0 -20.3) |
| LCH | lch(74.2 24.1 237.5) |
| OKLCH | oklch(0.772 0.076 227.7) |
Copy-ready code
/* CSS */
color: #80bfdb;
background-color: #80bfdb;
/* Tailwind (arbitrary) */
class="text-[#80bfdb] bg-[#80bfdb]"
/* SCSS */
$brand: #80bfdb;
/* SwiftUI */
Color(red: 0.502, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#80bfdb")Accessibility — WCAG contrast
Aa
#80bfdb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80bfdb on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green74.9%
Blue85.9%
CMYK percentages
Cyan41.6%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#80bfdb text on a black background
contrast 10.39:1
Card sample
#80bfdb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80bfdb;
Background color
Panel with #80bfdb background
background-color: #80bfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80bfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80bfdb; background: linear-gradient(135deg, #80bfdb, #8082DB);