#77dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
119, 223, 235
HSL
186°, 74%, 69%
CMYK
49, 5, 0, 8
Luminance
0.6270
Every format
| HEX | #77dfeb |
| RGB | rgb(119, 223, 235) |
| HSL | hsl(186, 74%, 69%) |
| CMYK | cmyk(49%, 5%, 0%, 8%) |
| LAB | lab(83.3 -27.1 -15.2) |
| LCH | lch(83.3 31.0 209.3) |
| OKLCH | oklch(0.846 0.098 205.3) |
Copy-ready code
/* CSS */
color: #77dfeb;
background-color: #77dfeb;
/* Tailwind (arbitrary) */
class="text-[#77dfeb] bg-[#77dfeb]"
/* SCSS */
$brand: #77dfeb;
/* SwiftUI */
Color(red: 0.467, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#77dfeb")Accessibility — WCAG contrast
Aa
#77dfeb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77dfeb on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green87.5%
Blue92.2%
CMYK percentages
Cyan49.4%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#77dfeb text on a black background
contrast 13.54:1
Card sample
#77dfeb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77dfeb;
Background color
Panel with #77dfeb background
background-color: #77dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77dfeb; background: linear-gradient(135deg, #77dfeb, #7792EB);