#77ccd0
a balanced, vivid cyan · cool · closest name: skyblue
RGB
119, 204, 208
HSL
183°, 49%, 64%
CMYK
43, 2, 0, 18
Luminance
0.5166
Every format
| HEX | #77ccd0 |
| RGB | rgb(119, 204, 208) |
| HSL | hsl(183, 49%, 64%) |
| CMYK | cmyk(43%, 2%, 0%, 18%) |
| LAB | lab(77.1 -24.7 -10.1) |
| LCH | lch(77.1 26.7 202.1) |
| OKLCH | oklch(0.793 0.083 199.5) |
Copy-ready code
/* CSS */
color: #77ccd0;
background-color: #77ccd0;
/* Tailwind (arbitrary) */
class="text-[#77ccd0] bg-[#77ccd0]"
/* SCSS */
$brand: #77ccd0;
/* SwiftUI */
Color(red: 0.467, green: 0.800, blue: 0.816)
/* Android */
Color.parseColor("#77ccd0")Accessibility — WCAG contrast
Aa
#77ccd0 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ccd0 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green80.0%
Blue81.6%
CMYK percentages
Cyan42.8%
Magenta1.9%
Yellow0.0%
Key (black)18.4%
Color previews
#77ccd0 text on a black background
contrast 11.33:1
Card sample
#77ccd0 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ccd0;
Background color
Panel with #77ccd0 background
background-color: #77ccd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ccd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 204, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 204, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ccd0; background: linear-gradient(135deg, #77ccd0, #7791D0);