#77c3cc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
119, 195, 204
HSL
186°, 46%, 63%
CMYK
42, 4, 0, 20
Luminance
0.4731
Every format
| HEX | #77c3cc |
| RGB | rgb(119, 195, 204) |
| HSL | hsl(186, 46%, 63%) |
| CMYK | cmyk(42%, 4%, 0%, 20%) |
| LAB | lab(74.4 -21.2 -11.9) |
| LCH | lch(74.4 24.3 209.3) |
| OKLCH | oklch(0.771 0.076 205.4) |
Copy-ready code
/* CSS */
color: #77c3cc;
background-color: #77c3cc;
/* Tailwind (arbitrary) */
class="text-[#77c3cc] bg-[#77c3cc]"
/* SCSS */
$brand: #77c3cc;
/* SwiftUI */
Color(red: 0.467, green: 0.765, blue: 0.800)
/* Android */
Color.parseColor("#77c3cc")Accessibility — WCAG contrast
Aa
#77c3cc on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77c3cc on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green76.5%
Blue80.0%
CMYK percentages
Cyan41.7%
Magenta4.4%
Yellow0.0%
Key (black)20.0%
Color previews
#77c3cc text on a black background
contrast 10.46:1
Card sample
#77c3cc text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77c3cc;
Background color
Panel with #77c3cc background
background-color: #77c3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77c3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 195, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 195, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77c3cc; background: linear-gradient(135deg, #77c3cc, #778ACC);