#77afbc
a balanced, soft cyan · cool · closest name: skyblue
RGB
119, 175, 188
HSL
191°, 34%, 60%
CMYK
37, 7, 0, 26
Luminance
0.3821
Every format
| HEX | #77afbc |
| RGB | rgb(119, 175, 188) |
| HSL | hsl(191, 34%, 60%) |
| CMYK | cmyk(37%, 7%, 0%, 26%) |
| LAB | lab(68.2 -14.9 -12.4) |
| LCH | lch(68.2 19.5 219.8) |
| OKLCH | oklch(0.720 0.061 213.8) |
Copy-ready code
/* CSS */
color: #77afbc;
background-color: #77afbc;
/* Tailwind (arbitrary) */
class="text-[#77afbc] bg-[#77afbc]"
/* SCSS */
$brand: #77afbc;
/* SwiftUI */
Color(red: 0.467, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#77afbc")Accessibility — WCAG contrast
Aa
#77afbc on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77afbc on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green68.6%
Blue73.7%
CMYK percentages
Cyan36.7%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#77afbc text on a black background
contrast 8.64:1
Card sample
#77afbc text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77afbc;
Background color
Panel with #77afbc background
background-color: #77afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77afbc; background: linear-gradient(135deg, #77afbc, #7781BC);