#77beee
a light, electric blue · cool · closest name: skyblue
RGB
119, 190, 238
HSL
204°, 78%, 70%
CMYK
50, 20, 0, 7
Luminance
0.4692
Every format
| HEX | #77beee |
| RGB | rgb(119, 190, 238) |
| HSL | hsl(204, 78%, 70%) |
| CMYK | cmyk(50%, 20%, 0%, 7%) |
| LAB | lab(74.1 -9.4 -30.7) |
| LCH | lch(74.1 32.1 253.0) |
| OKLCH | oklch(0.773 0.099 239.4) |
Copy-ready code
/* CSS */
color: #77beee;
background-color: #77beee;
/* Tailwind (arbitrary) */
class="text-[#77beee] bg-[#77beee]"
/* SCSS */
$brand: #77beee;
/* SwiftUI */
Color(red: 0.467, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#77beee")Accessibility — WCAG contrast
Aa
#77beee on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77beee on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green74.5%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#77beee text on a black background
contrast 10.38:1
Card sample
#77beee text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77beee;
Background color
Panel with #77beee background
background-color: #77beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77beee; background: linear-gradient(135deg, #77beee, #7F77EE);