#77ccec
a light, electric cyan · cool · closest name: skyblue
RGB
119, 204, 236
HSL
196°, 76%, 70%
CMYK
50, 14, 0, 8
Luminance
0.5316
Every format
| HEX | #77ccec |
| RGB | rgb(119, 204, 236) |
| HSL | hsl(196, 76%, 70%) |
| CMYK | cmyk(50%, 14%, 0%, 8%) |
| LAB | lab(78.0 -17.3 -23.8) |
| LCH | lch(78.0 29.4 234.0) |
| OKLCH | oklch(0.803 0.094 224.4) |
Copy-ready code
/* CSS */
color: #77ccec;
background-color: #77ccec;
/* Tailwind (arbitrary) */
class="text-[#77ccec] bg-[#77ccec]"
/* SCSS */
$brand: #77ccec;
/* SwiftUI */
Color(red: 0.467, green: 0.800, blue: 0.925)
/* Android */
Color.parseColor("#77ccec")Accessibility — WCAG contrast
Aa
#77ccec on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ccec on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green80.0%
Blue92.5%
CMYK percentages
Cyan49.6%
Magenta13.6%
Yellow0.0%
Key (black)7.5%
Color previews
#77ccec text on a black background
contrast 11.63:1
Card sample
#77ccec text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ccec;
Background color
Panel with #77ccec background
background-color: #77ccec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ccec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 204, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 204, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ccec; background: linear-gradient(135deg, #77ccec, #777EEC);