#77baee
a light, electric blue · cool · closest name: skyblue
RGB
119, 186, 238
HSL
206°, 78%, 70%
CMYK
50, 22, 0, 7
Luminance
0.4521
Every format
| HEX | #77baee |
| RGB | rgb(119, 186, 238) |
| HSL | hsl(206, 78%, 70%) |
| CMYK | cmyk(50%, 22%, 0%, 7%) |
| LAB | lab(73.0 -7.2 -32.4) |
| LCH | lch(73.0 33.2 257.5) |
| OKLCH | oklch(0.764 0.101 243.0) |
Copy-ready code
/* CSS */
color: #77baee;
background-color: #77baee;
/* Tailwind (arbitrary) */
class="text-[#77baee] bg-[#77baee]"
/* SCSS */
$brand: #77baee;
/* SwiftUI */
Color(red: 0.467, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#77baee")Accessibility — WCAG contrast
Aa
#77baee on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77baee on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green72.9%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#77baee text on a black background
contrast 10.04:1
Card sample
#77baee text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77baee;
Background color
Panel with #77baee background
background-color: #77baee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77baee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77baee; background: linear-gradient(135deg, #77baee, #8377EE);