#77acdf
a light, vivid blue · cool · closest name: steelblue
RGB
119, 172, 223
HSL
209°, 62%, 67%
CMYK
47, 23, 0, 13
Luminance
0.3875
Every format
| HEX | #77acdf |
| RGB | rgb(119, 172, 223) |
| HSL | hsl(209, 62%, 67%) |
| CMYK | cmyk(47%, 23%, 0%, 13%) |
| LAB | lab(68.6 -3.9 -31.1) |
| LCH | lch(68.6 31.4 262.9) |
| OKLCH | oklch(0.727 0.093 248.3) |
Copy-ready code
/* CSS */
color: #77acdf;
background-color: #77acdf;
/* Tailwind (arbitrary) */
class="text-[#77acdf] bg-[#77acdf]"
/* SCSS */
$brand: #77acdf;
/* SwiftUI */
Color(red: 0.467, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#77acdf")Accessibility — WCAG contrast
Aa
#77acdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77acdf on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green67.5%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#77acdf text on a black background
contrast 8.75:1
Card sample
#77acdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77acdf;
Background color
Panel with #77acdf background
background-color: #77acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77acdf; background: linear-gradient(135deg, #77acdf, #8777DF);