#779fbc
a balanced, soft blue · cool · closest name: steelblue
RGB
119, 159, 188
HSL
205°, 34%, 60%
CMYK
37, 15, 0, 26
Luminance
0.3235
Every format
| HEX | #779fbc |
| RGB | rgb(119, 159, 188) |
| HSL | hsl(205, 34%, 60%) |
| CMYK | cmyk(37%, 15%, 0%, 26%) |
| LAB | lab(63.6 -6.3 -19.3) |
| LCH | lch(63.6 20.3 251.9) |
| OKLCH | oklch(0.684 0.061 240.3) |
Copy-ready code
/* CSS */
color: #779fbc;
background-color: #779fbc;
/* Tailwind (arbitrary) */
class="text-[#779fbc] bg-[#779fbc]"
/* SCSS */
$brand: #779fbc;
/* SwiftUI */
Color(red: 0.467, green: 0.624, blue: 0.737)
/* Android */
Color.parseColor("#779fbc")Accessibility — WCAG contrast
Aa
#779fbc on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#779fbc on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green62.4%
Blue73.7%
CMYK percentages
Cyan36.7%
Magenta15.4%
Yellow0.0%
Key (black)26.3%
Color previews
#779fbc text on a black background
contrast 7.47:1
Card sample
#779fbc text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779fbc;
Background color
Panel with #779fbc background
background-color: #779fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 159, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 159, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779fbc; background: linear-gradient(135deg, #779fbc, #7D77BC);