#77bbff
a light, electric blue · cool · closest name: steelblue
RGB
119, 187, 255
HSL
210°, 100%, 73%
CMYK
53, 27, 0, 0
Luminance
0.4668
Every format
| HEX | #77bbff |
| RGB | rgb(119, 187, 255) |
| HSL | hsl(210, 100%, 73%) |
| CMYK | cmyk(53%, 27%, 0%, 0%) |
| LAB | lab(74.0 -2.8 -40.1) |
| LCH | lch(74.0 40.2 266.0) |
| OKLCH | oklch(0.774 0.120 249.6) |
Copy-ready code
/* CSS */
color: #77bbff;
background-color: #77bbff;
/* Tailwind (arbitrary) */
class="text-[#77bbff] bg-[#77bbff]"
/* SCSS */
$brand: #77bbff;
/* SwiftUI */
Color(red: 0.467, green: 0.733, blue: 1.000)
/* Android */
Color.parseColor("#77bbff")Accessibility — WCAG contrast
Aa
#77bbff on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77bbff on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green73.3%
Blue100.0%
CMYK percentages
Cyan53.3%
Magenta26.7%
Yellow0.0%
Key (black)0.0%
Color previews
#77bbff text on a black background
contrast 10.34:1
Card sample
#77bbff text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77bbff;
Background color
Panel with #77bbff background
background-color: #77bbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77bbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 187, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 187, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77bbff; background: linear-gradient(135deg, #77bbff, #8E77FF);