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