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