#779cdf
a light, vivid blue · cool · closest name: steelblue
RGB
119, 156, 223
HSL
219°, 62%, 67%
CMYK
47, 30, 0, 13
Luminance
0.3303
Every format
| HEX | #779cdf |
| RGB | rgb(119, 156, 223) |
| HSL | hsl(219, 62%, 67%) |
| CMYK | cmyk(47%, 30%, 0%, 13%) |
| LAB | lab(64.2 5.1 -38.0) |
| LCH | lch(64.2 38.3 277.7) |
| OKLCH | oklch(0.693 0.107 261.8) |
Copy-ready code
/* CSS */
color: #779cdf;
background-color: #779cdf;
/* Tailwind (arbitrary) */
class="text-[#779cdf] bg-[#779cdf]"
/* SCSS */
$brand: #779cdf;
/* SwiftUI */
Color(red: 0.467, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#779cdf")Accessibility — WCAG contrast
Aa
#779cdf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#779cdf on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green61.2%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#779cdf text on a black background
contrast 7.61:1
Card sample
#779cdf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779cdf;
Background color
Panel with #779cdf background
background-color: #779cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779cdf; background: linear-gradient(135deg, #779cdf, #9877DF);