#77ace0
a light, vivid blue · cool · closest name: steelblue
RGB
119, 172, 224
HSL
210°, 63%, 67%
CMYK
47, 23, 0, 12
Luminance
0.3881
Every format
| HEX | #77ace0 |
| RGB | rgb(119, 172, 224) |
| HSL | hsl(210, 63%, 67%) |
| CMYK | cmyk(47%, 23%, 0%, 12%) |
| LAB | lab(68.6 -3.6 -31.6) |
| LCH | lch(68.6 31.8 263.6) |
| OKLCH | oklch(0.728 0.095 248.8) |
Copy-ready code
/* CSS */
color: #77ace0;
background-color: #77ace0;
/* Tailwind (arbitrary) */
class="text-[#77ace0] bg-[#77ace0]"
/* SCSS */
$brand: #77ace0;
/* SwiftUI */
Color(red: 0.467, green: 0.675, blue: 0.878)
/* Android */
Color.parseColor("#77ace0")Accessibility — WCAG contrast
Aa
#77ace0 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ace0 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green67.5%
Blue87.8%
CMYK percentages
Cyan46.9%
Magenta23.2%
Yellow0.0%
Key (black)12.2%
Color previews
#77ace0 text on a black background
contrast 8.76:1
Card sample
#77ace0 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ace0;
Background color
Panel with #77ace0 background
background-color: #77ace0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ace0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 172, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 172, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ace0; background: linear-gradient(135deg, #77ace0, #8877E0);