#77afec
a light, electric blue · cool · closest name: steelblue
RGB
119, 175, 236
HSL
211°, 76%, 70%
CMYK
50, 26, 0, 8
Luminance
0.4064
Every format
| HEX | #77afec |
| RGB | rgb(119, 175, 236) |
| HSL | hsl(211, 76%, 70%) |
| CMYK | cmyk(50%, 26%, 0%, 8%) |
| LAB | lab(69.9 -1.8 -36.1) |
| LCH | lch(69.9 36.2 267.2) |
| OKLCH | oklch(0.739 0.107 251.4) |
Copy-ready code
/* CSS */
color: #77afec;
background-color: #77afec;
/* Tailwind (arbitrary) */
class="text-[#77afec] bg-[#77afec]"
/* SCSS */
$brand: #77afec;
/* SwiftUI */
Color(red: 0.467, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#77afec")Accessibility — WCAG contrast
Aa
#77afec on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77afec on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green68.6%
Blue92.5%
CMYK percentages
Cyan49.6%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#77afec text on a black background
contrast 9.13:1
Card sample
#77afec text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77afec;
Background color
Panel with #77afec background
background-color: #77afec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77afec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77afec; background: linear-gradient(135deg, #77afec, #8D77EC);