#77ccd9
a light, vivid cyan · cool · closest name: skyblue
RGB
119, 204, 217
HSL
188°, 56%, 66%
CMYK
45, 6, 0, 15
Luminance
0.5212
Every format
| HEX | #77ccd9 |
| RGB | rgb(119, 204, 217) |
| HSL | hsl(188, 56%, 66%) |
| CMYK | cmyk(45%, 6%, 0%, 15%) |
| LAB | lab(77.3 -22.4 -14.5) |
| LCH | lch(77.3 26.7 212.9) |
| OKLCH | oklch(0.796 0.084 208.2) |
Copy-ready code
/* CSS */
color: #77ccd9;
background-color: #77ccd9;
/* Tailwind (arbitrary) */
class="text-[#77ccd9] bg-[#77ccd9]"
/* SCSS */
$brand: #77ccd9;
/* SwiftUI */
Color(red: 0.467, green: 0.800, blue: 0.851)
/* Android */
Color.parseColor("#77ccd9")Accessibility — WCAG contrast
Aa
#77ccd9 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ccd9 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green80.0%
Blue85.1%
CMYK percentages
Cyan45.2%
Magenta6.0%
Yellow0.0%
Key (black)14.9%
Color previews
#77ccd9 text on a black background
contrast 11.42:1
Card sample
#77ccd9 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ccd9;
Background color
Panel with #77ccd9 background
background-color: #77ccd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ccd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 204, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 204, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ccd9; background: linear-gradient(135deg, #77ccd9, #778BD9);