#77bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
119, 188, 223
HSL
200°, 62%, 67%
CMYK
47, 16, 0, 13
Luminance
0.4522
Every format
| HEX | #77bcdf |
| RGB | rgb(119, 188, 223) |
| HSL | hsl(200, 62%, 67%) |
| CMYK | cmyk(47%, 16%, 0%, 13%) |
| LAB | lab(73.0 -12.5 -24.3) |
| LCH | lch(73.0 27.3 242.7) |
| OKLCH | oklch(0.762 0.086 231.5) |
Copy-ready code
/* CSS */
color: #77bcdf;
background-color: #77bcdf;
/* Tailwind (arbitrary) */
class="text-[#77bcdf] bg-[#77bcdf]"
/* SCSS */
$brand: #77bcdf;
/* SwiftUI */
Color(red: 0.467, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#77bcdf")Accessibility — WCAG contrast
Aa
#77bcdf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77bcdf on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green73.7%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#77bcdf text on a black background
contrast 10.04:1
Card sample
#77bcdf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77bcdf;
Background color
Panel with #77bcdf background
background-color: #77bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77bcdf; background: linear-gradient(135deg, #77bcdf, #7877DF);