#77ccf9
a light, electric blue · cool · closest name: skyblue
RGB
119, 204, 249
HSL
201°, 92%, 72%
CMYK
52, 18, 0, 2
Luminance
0.5395
Every format
| HEX | #77ccf9 |
| RGB | rgb(119, 204, 249) |
| HSL | hsl(201, 92%, 72%) |
| CMYK | cmyk(52%, 18%, 0%, 2%) |
| LAB | lab(78.4 -13.6 -30.0) |
| LCH | lch(78.4 33.0 245.6) |
| OKLCH | oklch(0.808 0.104 233.2) |
Copy-ready code
/* CSS */
color: #77ccf9;
background-color: #77ccf9;
/* Tailwind (arbitrary) */
class="text-[#77ccf9] bg-[#77ccf9]"
/* SCSS */
$brand: #77ccf9;
/* SwiftUI */
Color(red: 0.467, green: 0.800, blue: 0.976)
/* Android */
Color.parseColor("#77ccf9")Accessibility — WCAG contrast
Aa
#77ccf9 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ccf9 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green80.0%
Blue97.6%
CMYK percentages
Cyan52.2%
Magenta18.1%
Yellow0.0%
Key (black)2.4%
Color previews
#77ccf9 text on a black background
contrast 11.79:1
Card sample
#77ccf9 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ccf9;
Background color
Panel with #77ccf9 background
background-color: #77ccf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ccf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 204, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 204, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ccf9; background: linear-gradient(135deg, #77ccf9, #7977F9);