#77dafc
a light, electric cyan · cool · closest name: skyblue
RGB
119, 218, 252
HSL
195°, 96%, 73%
CMYK
53, 14, 0, 1
Luminance
0.6109
Every format
| HEX | #77dafc |
| RGB | rgb(119, 218, 252) |
| HSL | hsl(195, 96%, 73%) |
| CMYK | cmyk(53%, 14%, 0%, 1%) |
| LAB | lab(82.4 -20.0 -25.5) |
| LCH | lch(82.4 32.4 231.9) |
| OKLCH | oklch(0.841 0.104 222.7) |
Copy-ready code
/* CSS */
color: #77dafc;
background-color: #77dafc;
/* Tailwind (arbitrary) */
class="text-[#77dafc] bg-[#77dafc]"
/* SCSS */
$brand: #77dafc;
/* SwiftUI */
Color(red: 0.467, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#77dafc")Accessibility — WCAG contrast
Aa
#77dafc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77dafc on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green85.5%
Blue98.8%
CMYK percentages
Cyan52.8%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#77dafc text on a black background
contrast 13.22:1
Card sample
#77dafc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77dafc;
Background color
Panel with #77dafc background
background-color: #77dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77dafc; background: linear-gradient(135deg, #77dafc, #7781FC);