#77bccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
119, 188, 207
HSL
193°, 48%, 64%
CMYK
43, 9, 0, 19
Luminance
0.4439
Every format
| HEX | #77bccf |
| RGB | rgb(119, 188, 207) |
| HSL | hsl(193, 48%, 64%) |
| CMYK | cmyk(43%, 9%, 0%, 19%) |
| LAB | lab(72.5 -16.8 -16.4) |
| LCH | lch(72.5 23.5 224.2) |
| OKLCH | oklch(0.756 0.075 217.2) |
Copy-ready code
/* CSS */
color: #77bccf;
background-color: #77bccf;
/* Tailwind (arbitrary) */
class="text-[#77bccf] bg-[#77bccf]"
/* SCSS */
$brand: #77bccf;
/* SwiftUI */
Color(red: 0.467, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#77bccf")Accessibility — WCAG contrast
Aa
#77bccf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77bccf on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green73.7%
Blue81.2%
CMYK percentages
Cyan42.5%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#77bccf text on a black background
contrast 9.88:1
Card sample
#77bccf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77bccf;
Background color
Panel with #77bccf background
background-color: #77bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77bccf; background: linear-gradient(135deg, #77bccf, #7781CF);