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