#77cfd6
a light, vivid cyan · cool · closest name: skyblue
RGB
119, 207, 214
HSL
184°, 54%, 65%
CMYK
44, 3, 0, 16
Luminance
0.5340
Every format
| HEX | #77cfd6 |
| RGB | rgb(119, 207, 214) |
| HSL | hsl(184, 54%, 65%) |
| CMYK | cmyk(44%, 3%, 0%, 16%) |
| LAB | lab(78.1 -24.6 -11.7) |
| LCH | lch(78.1 27.3 205.5) |
| OKLCH | oklch(0.802 0.085 202.2) |
Copy-ready code
/* CSS */
color: #77cfd6;
background-color: #77cfd6;
/* Tailwind (arbitrary) */
class="text-[#77cfd6] bg-[#77cfd6]"
/* SCSS */
$brand: #77cfd6;
/* SwiftUI */
Color(red: 0.467, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#77cfd6")Accessibility — WCAG contrast
Aa
#77cfd6 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77cfd6 on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green81.2%
Blue83.9%
CMYK percentages
Cyan44.4%
Magenta3.3%
Yellow0.0%
Key (black)16.1%
Color previews
#77cfd6 text on a black background
contrast 11.68:1
Card sample
#77cfd6 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77cfd6;
Background color
Panel with #77cfd6 background
background-color: #77cfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77cfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77cfd6; background: linear-gradient(135deg, #77cfd6, #7790D6);