#77b8ee
a light, electric blue · cool · closest name: skyblue
RGB
119, 184, 238
HSL
207°, 78%, 70%
CMYK
50, 23, 0, 7
Luminance
0.4438
Every format
| HEX | #77b8ee |
| RGB | rgb(119, 184, 238) |
| HSL | hsl(207, 78%, 70%) |
| CMYK | cmyk(50%, 23%, 0%, 7%) |
| LAB | lab(72.5 -6.1 -33.3) |
| LCH | lch(72.5 33.8 259.6) |
| OKLCH | oklch(0.760 0.103 244.8) |
Copy-ready code
/* CSS */
color: #77b8ee;
background-color: #77b8ee;
/* Tailwind (arbitrary) */
class="text-[#77b8ee] bg-[#77b8ee]"
/* SCSS */
$brand: #77b8ee;
/* SwiftUI */
Color(red: 0.467, green: 0.722, blue: 0.933)
/* Android */
Color.parseColor("#77b8ee")Accessibility — WCAG contrast
Aa
#77b8ee on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77b8ee on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green72.2%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta22.7%
Yellow0.0%
Key (black)6.7%
Color previews
#77b8ee text on a black background
contrast 9.88:1
Card sample
#77b8ee text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77b8ee;
Background color
Panel with #77b8ee background
background-color: #77b8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77b8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 184, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 184, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77b8ee; background: linear-gradient(135deg, #77b8ee, #8577EE);