#77afda
a light, vivid blue · cool · closest name: skyblue
RGB
119, 175, 218
HSL
206°, 57%, 66%
CMYK
45, 20, 0, 15
Luminance
0.3964
Every format
| HEX | #77afda |
| RGB | rgb(119, 175, 218) |
| HSL | hsl(206, 57%, 66%) |
| CMYK | cmyk(45%, 20%, 0%, 15%) |
| LAB | lab(69.2 -6.9 -27.4) |
| LCH | lch(69.2 28.3 255.8) |
| OKLCH | oklch(0.732 0.086 242.4) |
Copy-ready code
/* CSS */
color: #77afda;
background-color: #77afda;
/* Tailwind (arbitrary) */
class="text-[#77afda] bg-[#77afda]"
/* SCSS */
$brand: #77afda;
/* SwiftUI */
Color(red: 0.467, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#77afda")Accessibility — WCAG contrast
Aa
#77afda on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77afda on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green68.6%
Blue85.5%
CMYK percentages
Cyan45.4%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#77afda text on a black background
contrast 8.93:1
Card sample
#77afda text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77afda;
Background color
Panel with #77afda background
background-color: #77afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77afda; background: linear-gradient(135deg, #77afda, #8177DA);