#77c6df
a light, vivid cyan · cool · closest name: skyblue
RGB
119, 198, 223
HSL
194°, 62%, 67%
CMYK
47, 11, 0, 13
Luminance
0.4964
Every format
| HEX | #77c6df |
| RGB | rgb(119, 198, 223) |
| HSL | hsl(194, 62%, 67%) |
| CMYK | cmyk(47%, 11%, 0%, 13%) |
| LAB | lab(75.8 -17.7 -20.0) |
| LCH | lch(75.8 26.7 228.4) |
| OKLCH | oklch(0.785 0.085 220.3) |
Copy-ready code
/* CSS */
color: #77c6df;
background-color: #77c6df;
/* Tailwind (arbitrary) */
class="text-[#77c6df] bg-[#77c6df]"
/* SCSS */
$brand: #77c6df;
/* SwiftUI */
Color(red: 0.467, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#77c6df")Accessibility — WCAG contrast
Aa
#77c6df on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77c6df on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green77.6%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta11.2%
Yellow0.0%
Key (black)12.5%
Color previews
#77c6df text on a black background
contrast 10.93:1
Card sample
#77c6df text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77c6df;
Background color
Panel with #77c6df background
background-color: #77c6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77c6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77c6df; background: linear-gradient(135deg, #77c6df, #7781DF);