#779fda
a light, vivid blue · cool · closest name: steelblue
RGB
119, 159, 218
HSL
216°, 57%, 66%
CMYK
45, 27, 0, 15
Luminance
0.3378
Every format
| HEX | #779fda |
| RGB | rgb(119, 159, 218) |
| HSL | hsl(216, 57%, 66%) |
| CMYK | cmyk(45%, 27%, 0%, 15%) |
| LAB | lab(64.8 2.0 -34.2) |
| LCH | lch(64.8 34.3 273.3) |
| OKLCH | oklch(0.697 0.098 258.0) |
Copy-ready code
/* CSS */
color: #779fda;
background-color: #779fda;
/* Tailwind (arbitrary) */
class="text-[#779fda] bg-[#779fda]"
/* SCSS */
$brand: #779fda;
/* SwiftUI */
Color(red: 0.467, green: 0.624, blue: 0.855)
/* Android */
Color.parseColor("#779fda")Accessibility — WCAG contrast
Aa
#779fda on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#779fda on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green62.4%
Blue85.5%
CMYK percentages
Cyan45.4%
Magenta27.1%
Yellow0.0%
Key (black)14.5%
Color previews
#779fda text on a black background
contrast 7.76:1
Card sample
#779fda text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779fda;
Background color
Panel with #779fda background
background-color: #779fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 159, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 159, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779fda; background: linear-gradient(135deg, #779fda, #9177DA);