#77cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
119, 207, 223
HSL
189°, 62%, 67%
CMYK
47, 7, 0, 13
Luminance
0.5388
Every format
| HEX | #77cfdf |
| RGB | rgb(119, 207, 223) |
| HSL | hsl(189, 62%, 67%) |
| CMYK | cmyk(47%, 7%, 0%, 13%) |
| LAB | lab(78.4 -22.3 -16.1) |
| LCH | lch(78.4 27.5 215.9) |
| OKLCH | oklch(0.805 0.088 210.5) |
Copy-ready code
/* CSS */
color: #77cfdf;
background-color: #77cfdf;
/* Tailwind (arbitrary) */
class="text-[#77cfdf] bg-[#77cfdf]"
/* SCSS */
$brand: #77cfdf;
/* SwiftUI */
Color(red: 0.467, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#77cfdf")Accessibility — WCAG contrast
Aa
#77cfdf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77cfdf on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green81.2%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#77cfdf text on a black background
contrast 11.78:1
Card sample
#77cfdf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77cfdf;
Background color
Panel with #77cfdf background
background-color: #77cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77cfdf; background: linear-gradient(135deg, #77cfdf, #778ADF);