#77c9e4
a light, vivid cyan · cool · closest name: skyblue
RGB
119, 201, 228
HSL
195°, 67%, 68%
CMYK
48, 12, 0, 11
Luminance
0.5130
Every format
| HEX | #77c9e4 |
| RGB | rgb(119, 201, 228) |
| HSL | hsl(195, 67%, 68%) |
| CMYK | cmyk(48%, 12%, 0%, 11%) |
| LAB | lab(76.9 -17.9 -21.2) |
| LCH | lch(76.9 27.7 229.7) |
| OKLCH | oklch(0.793 0.089 221.3) |
Copy-ready code
/* CSS */
color: #77c9e4;
background-color: #77c9e4;
/* Tailwind (arbitrary) */
class="text-[#77c9e4] bg-[#77c9e4]"
/* SCSS */
$brand: #77c9e4;
/* SwiftUI */
Color(red: 0.467, green: 0.788, blue: 0.894)
/* Android */
Color.parseColor("#77c9e4")Accessibility — WCAG contrast
Aa
#77c9e4 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77c9e4 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green78.8%
Blue89.4%
CMYK percentages
Cyan47.8%
Magenta11.8%
Yellow0.0%
Key (black)10.6%
Color previews
#77c9e4 text on a black background
contrast 11.26:1
Card sample
#77c9e4 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77c9e4;
Background color
Panel with #77c9e4 background
background-color: #77c9e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77c9e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 201, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 201, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77c9e4; background: linear-gradient(135deg, #77c9e4, #7780E4);