#779fdf
a light, vivid blue · cool · closest name: steelblue
RGB
119, 159, 223
HSL
217°, 62%, 67%
CMYK
47, 29, 0, 13
Luminance
0.3405
Every format
| HEX | #779fdf |
| RGB | rgb(119, 159, 223) |
| HSL | hsl(217, 62%, 67%) |
| CMYK | cmyk(47%, 29%, 0%, 13%) |
| LAB | lab(65.0 3.4 -36.7) |
| LCH | lch(65.0 36.8 275.3) |
| OKLCH | oklch(0.699 0.104 259.5) |
Copy-ready code
/* CSS */
color: #779fdf;
background-color: #779fdf;
/* Tailwind (arbitrary) */
class="text-[#779fdf] bg-[#779fdf]"
/* SCSS */
$brand: #779fdf;
/* SwiftUI */
Color(red: 0.467, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#779fdf")Accessibility — WCAG contrast
Aa
#779fdf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#779fdf on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green62.4%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#779fdf text on a black background
contrast 7.81:1
Card sample
#779fdf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779fdf;
Background color
Panel with #779fdf background
background-color: #779fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779fdf; background: linear-gradient(135deg, #779fdf, #9477DF);