#77ccd5
a light, vivid cyan · cool · closest name: skyblue
RGB
119, 204, 213
HSL
186°, 53%, 65%
CMYK
44, 4, 0, 17
Luminance
0.5191
Every format
| HEX | #77ccd5 |
| RGB | rgb(119, 204, 213) |
| HSL | hsl(186, 53%, 65%) |
| CMYK | cmyk(44%, 4%, 0%, 17%) |
| LAB | lab(77.2 -23.4 -12.5) |
| LCH | lch(77.2 26.6 208.1) |
| OKLCH | oklch(0.795 0.083 204.4) |
Copy-ready code
/* CSS */
color: #77ccd5;
background-color: #77ccd5;
/* Tailwind (arbitrary) */
class="text-[#77ccd5] bg-[#77ccd5]"
/* SCSS */
$brand: #77ccd5;
/* SwiftUI */
Color(red: 0.467, green: 0.800, blue: 0.835)
/* Android */
Color.parseColor("#77ccd5")Accessibility — WCAG contrast
Aa
#77ccd5 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ccd5 on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green80.0%
Blue83.5%
CMYK percentages
Cyan44.1%
Magenta4.2%
Yellow0.0%
Key (black)16.5%
Color previews
#77ccd5 text on a black background
contrast 11.38:1
Card sample
#77ccd5 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ccd5;
Background color
Panel with #77ccd5 background
background-color: #77ccd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ccd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 204, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 204, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ccd5; background: linear-gradient(135deg, #77ccd5, #778DD5);