#80bfdf
a light, vivid blue · cool · closest name: skyblue
RGB
128, 191, 223
HSL
200°, 60%, 69%
CMYK
43, 14, 0, 13
Luminance
0.4718
Every format
| HEX | #80bfdf |
| RGB | rgb(128, 191, 223) |
| HSL | hsl(200, 60%, 69%) |
| CMYK | cmyk(43%, 14%, 0%, 13%) |
| LAB | lab(74.3 -11.9 -22.3) |
| LCH | lch(74.3 25.3 241.9) |
| OKLCH | oklch(0.774 0.079 231.2) |
Copy-ready code
/* CSS */
color: #80bfdf;
background-color: #80bfdf;
/* Tailwind (arbitrary) */
class="text-[#80bfdf] bg-[#80bfdf]"
/* SCSS */
$brand: #80bfdf;
/* SwiftUI */
Color(red: 0.502, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#80bfdf")Accessibility — WCAG contrast
Aa
#80bfdf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80bfdf on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green74.9%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#80bfdf text on a black background
contrast 10.44:1
Card sample
#80bfdf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80bfdf;
Background color
Panel with #80bfdf background
background-color: #80bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80bfdf; background: linear-gradient(135deg, #80bfdf, #8080DF);