#77ccef
a light, electric cyan · cool · closest name: skyblue
RGB
119, 204, 239
HSL
198°, 79%, 70%
CMYK
50, 15, 0, 6
Luminance
0.5334
Every format
| HEX | #77ccef |
| RGB | rgb(119, 204, 239) |
| HSL | hsl(198, 79%, 70%) |
| CMYK | cmyk(50%, 15%, 0%, 6%) |
| LAB | lab(78.1 -16.4 -25.2) |
| LCH | lch(78.1 30.1 236.9) |
| OKLCH | oklch(0.804 0.096 226.6) |
Copy-ready code
/* CSS */
color: #77ccef;
background-color: #77ccef;
/* Tailwind (arbitrary) */
class="text-[#77ccef] bg-[#77ccef]"
/* SCSS */
$brand: #77ccef;
/* SwiftUI */
Color(red: 0.467, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#77ccef")Accessibility — WCAG contrast
Aa
#77ccef on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ccef on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green80.0%
Blue93.7%
CMYK percentages
Cyan50.2%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#77ccef text on a black background
contrast 11.67:1
Card sample
#77ccef text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ccef;
Background color
Panel with #77ccef background
background-color: #77ccef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ccef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ccef; background: linear-gradient(135deg, #77ccef, #777CEF);