#80beee
a light, electric blue · cool · closest name: skyblue
RGB
128, 190, 238
HSL
206°, 76%, 72%
CMYK
46, 20, 0, 7
Luminance
0.4759
Every format
| HEX | #80beee |
| RGB | rgb(128, 190, 238) |
| HSL | hsl(206, 76%, 72%) |
| CMYK | cmyk(46%, 20%, 0%, 7%) |
| LAB | lab(74.6 -7.3 -30.0) |
| LCH | lch(74.6 30.9 256.4) |
| OKLCH | oklch(0.777 0.094 242.7) |
Copy-ready code
/* CSS */
color: #80beee;
background-color: #80beee;
/* Tailwind (arbitrary) */
class="text-[#80beee] bg-[#80beee]"
/* SCSS */
$brand: #80beee;
/* SwiftUI */
Color(red: 0.502, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#80beee")Accessibility — WCAG contrast
Aa
#80beee on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80beee on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green74.5%
Blue93.3%
CMYK percentages
Cyan46.2%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#80beee text on a black background
contrast 10.52:1
Card sample
#80beee text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80beee;
Background color
Panel with #80beee background
background-color: #80beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80beee; background: linear-gradient(135deg, #80beee, #8C80EE);