#77dafe
a light, electric cyan · cool · closest name: skyblue
RGB
119, 218, 254
HSL
196°, 99%, 73%
CMYK
53, 14, 0, 0
Luminance
0.6122
Every format
| HEX | #77dafe |
| RGB | rgb(119, 218, 254) |
| HSL | hsl(196, 99%, 73%) |
| CMYK | cmyk(53%, 14%, 0%, 0%) |
| LAB | lab(82.5 -19.4 -26.4) |
| LCH | lch(82.5 32.8 233.7) |
| OKLCH | oklch(0.841 0.106 224.0) |
Copy-ready code
/* CSS */
color: #77dafe;
background-color: #77dafe;
/* Tailwind (arbitrary) */
class="text-[#77dafe] bg-[#77dafe]"
/* SCSS */
$brand: #77dafe;
/* SwiftUI */
Color(red: 0.467, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#77dafe")Accessibility — WCAG contrast
Aa
#77dafe on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77dafe on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green85.5%
Blue99.6%
CMYK percentages
Cyan53.1%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#77dafe text on a black background
contrast 13.24:1
Card sample
#77dafe text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77dafe;
Background color
Panel with #77dafe background
background-color: #77dafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77dafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77dafe; background: linear-gradient(135deg, #77dafe, #7780FE);