#77ccf6
a light, electric cyan · cool · closest name: skyblue
RGB
119, 204, 246
HSL
200°, 88%, 72%
CMYK
52, 17, 0, 4
Luminance
0.5376
Every format
| HEX | #77ccf6 |
| RGB | rgb(119, 204, 246) |
| HSL | hsl(200, 88%, 72%) |
| CMYK | cmyk(52%, 17%, 0%, 4%) |
| LAB | lab(78.3 -14.5 -28.6) |
| LCH | lch(78.3 32.0 243.1) |
| OKLCH | oklch(0.807 0.102 231.4) |
Copy-ready code
/* CSS */
color: #77ccf6;
background-color: #77ccf6;
/* Tailwind (arbitrary) */
class="text-[#77ccf6] bg-[#77ccf6]"
/* SCSS */
$brand: #77ccf6;
/* SwiftUI */
Color(red: 0.467, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#77ccf6")Accessibility — WCAG contrast
Aa
#77ccf6 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ccf6 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green80.0%
Blue96.5%
CMYK percentages
Cyan51.6%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#77ccf6 text on a black background
contrast 11.75:1
Card sample
#77ccf6 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ccf6;
Background color
Panel with #77ccf6 background
background-color: #77ccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ccf6; background: linear-gradient(135deg, #77ccf6, #7778F6);