#77bafd
a light, electric blue · cool · closest name: steelblue
RGB
119, 186, 253
HSL
210°, 97%, 73%
CMYK
53, 27, 0, 1
Luminance
0.4613
Every format
| HEX | #77bafd |
| RGB | rgb(119, 186, 253) |
| HSL | hsl(210, 97%, 73%) |
| CMYK | cmyk(53%, 27%, 0%, 1%) |
| LAB | lab(73.6 -2.8 -39.6) |
| LCH | lch(73.6 39.7 265.9) |
| OKLCH | oklch(0.771 0.118 249.6) |
Copy-ready code
/* CSS */
color: #77bafd;
background-color: #77bafd;
/* Tailwind (arbitrary) */
class="text-[#77bafd] bg-[#77bafd]"
/* SCSS */
$brand: #77bafd;
/* SwiftUI */
Color(red: 0.467, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#77bafd")Accessibility — WCAG contrast
Aa
#77bafd on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77bafd on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green72.9%
Blue99.2%
CMYK percentages
Cyan53.0%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#77bafd text on a black background
contrast 10.23:1
Card sample
#77bafd text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77bafd;
Background color
Panel with #77bafd background
background-color: #77bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77bafd; background: linear-gradient(135deg, #77bafd, #8D77FD);