#779ba3
a balanced, soft cyan · cool · closest name: gray
RGB
119, 155, 163
HSL
191°, 19%, 55%
CMYK
27, 5, 0, 36
Luminance
0.3001
Every format
| HEX | #779ba3 |
| RGB | rgb(119, 155, 163) |
| HSL | hsl(191, 19%, 55%) |
| CMYK | cmyk(27%, 5%, 0%, 36%) |
| LAB | lab(61.7 -10.4 -8.2) |
| LCH | lch(61.7 13.3 218.2) |
| OKLCH | oklch(0.665 0.041 212.8) |
Copy-ready code
/* CSS */
color: #779ba3;
background-color: #779ba3;
/* Tailwind (arbitrary) */
class="text-[#779ba3] bg-[#779ba3]"
/* SCSS */
$brand: #779ba3;
/* SwiftUI */
Color(red: 0.467, green: 0.608, blue: 0.639)
/* Android */
Color.parseColor("#779ba3")Accessibility — WCAG contrast
Aa
#779ba3 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#779ba3 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.8%
Blue63.9%
CMYK percentages
Cyan27.0%
Magenta4.9%
Yellow0.0%
Key (black)36.1%
Color previews
#779ba3 text on a black background
contrast 7.00:1
Card sample
#779ba3 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779ba3;
Background color
Panel with #779ba3 background
background-color: #779ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 155, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 155, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779ba3; background: linear-gradient(135deg, #779ba3, #777EA3);