#77aceb
a light, vivid blue · cool · closest name: steelblue
RGB
119, 172, 235
HSL
213°, 74%, 69%
CMYK
49, 27, 0, 8
Luminance
0.3943
Every format
| HEX | #77aceb |
| RGB | rgb(119, 172, 235) |
| HSL | hsl(213, 74%, 69%) |
| CMYK | cmyk(49%, 27%, 0%, 8%) |
| LAB | lab(69.1 -0.4 -36.9) |
| LCH | lch(69.1 36.9 269.4) |
| OKLCH | oklch(0.733 0.108 253.4) |
Copy-ready code
/* CSS */
color: #77aceb;
background-color: #77aceb;
/* Tailwind (arbitrary) */
class="text-[#77aceb] bg-[#77aceb]"
/* SCSS */
$brand: #77aceb;
/* SwiftUI */
Color(red: 0.467, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#77aceb")Accessibility — WCAG contrast
Aa
#77aceb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77aceb on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green67.5%
Blue92.2%
CMYK percentages
Cyan49.4%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#77aceb text on a black background
contrast 8.89:1
Card sample
#77aceb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77aceb;
Background color
Panel with #77aceb background
background-color: #77aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77aceb; background: linear-gradient(135deg, #77aceb, #8F77EB);