#77ccfd
a light, electric blue · cool · closest name: skyblue
RGB
119, 204, 253
HSL
202°, 97%, 73%
CMYK
53, 19, 0, 1
Luminance
0.5420
Every format
| HEX | #77ccfd |
| RGB | rgb(119, 204, 253) |
| HSL | hsl(202, 97%, 73%) |
| CMYK | cmyk(53%, 19%, 0%, 1%) |
| LAB | lab(78.6 -12.5 -31.9) |
| LCH | lch(78.6 34.3 248.6) |
| OKLCH | oklch(0.810 0.108 235.5) |
Copy-ready code
/* CSS */
color: #77ccfd;
background-color: #77ccfd;
/* Tailwind (arbitrary) */
class="text-[#77ccfd] bg-[#77ccfd]"
/* SCSS */
$brand: #77ccfd;
/* SwiftUI */
Color(red: 0.467, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#77ccfd")Accessibility — WCAG contrast
Aa
#77ccfd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ccfd on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green80.0%
Blue99.2%
CMYK percentages
Cyan53.0%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#77ccfd text on a black background
contrast 11.84:1
Card sample
#77ccfd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ccfd;
Background color
Panel with #77ccfd background
background-color: #77ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ccfd; background: linear-gradient(135deg, #77ccfd, #7B77FD);