#77ccfc
a light, electric blue · cool · closest name: skyblue
RGB
119, 204, 252
HSL
202°, 96%, 73%
CMYK
53, 19, 0, 1
Luminance
0.5414
Every format
| HEX | #77ccfc |
| RGB | rgb(119, 204, 252) |
| HSL | hsl(202, 96%, 73%) |
| CMYK | cmyk(53%, 19%, 0%, 1%) |
| LAB | lab(78.5 -12.8 -31.4) |
| LCH | lch(78.5 33.9 247.9) |
| OKLCH | oklch(0.810 0.107 235.0) |
Copy-ready code
/* CSS */
color: #77ccfc;
background-color: #77ccfc;
/* Tailwind (arbitrary) */
class="text-[#77ccfc] bg-[#77ccfc]"
/* SCSS */
$brand: #77ccfc;
/* SwiftUI */
Color(red: 0.467, green: 0.800, blue: 0.988)
/* Android */
Color.parseColor("#77ccfc")Accessibility — WCAG contrast
Aa
#77ccfc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ccfc on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green80.0%
Blue98.8%
CMYK percentages
Cyan52.8%
Magenta19.0%
Yellow0.0%
Key (black)1.2%
Color previews
#77ccfc text on a black background
contrast 11.83:1
Card sample
#77ccfc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ccfc;
Background color
Panel with #77ccfc background
background-color: #77ccfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ccfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 204, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 204, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ccfc; background: linear-gradient(135deg, #77ccfc, #7B77FC);