#77cce7
a light, vivid cyan · cool · closest name: skyblue
RGB
119, 204, 231
HSL
195°, 70%, 69%
CMYK
49, 12, 0, 9
Luminance
0.5288
Every format
| HEX | #77cce7 |
| RGB | rgb(119, 204, 231) |
| HSL | hsl(195, 70%, 69%) |
| CMYK | cmyk(49%, 12%, 0%, 9%) |
| LAB | lab(77.8 -18.6 -21.3) |
| LCH | lch(77.8 28.3 228.9) |
| OKLCH | oklch(0.801 0.091 220.5) |
Copy-ready code
/* CSS */
color: #77cce7;
background-color: #77cce7;
/* Tailwind (arbitrary) */
class="text-[#77cce7] bg-[#77cce7]"
/* SCSS */
$brand: #77cce7;
/* SwiftUI */
Color(red: 0.467, green: 0.800, blue: 0.906)
/* Android */
Color.parseColor("#77cce7")Accessibility — WCAG contrast
Aa
#77cce7 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77cce7 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green80.0%
Blue90.6%
CMYK percentages
Cyan48.5%
Magenta11.7%
Yellow0.0%
Key (black)9.4%
Color previews
#77cce7 text on a black background
contrast 11.58:1
Card sample
#77cce7 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77cce7;
Background color
Panel with #77cce7 background
background-color: #77cce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77cce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 204, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 204, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77cce7; background: linear-gradient(135deg, #77cce7, #7781E7);