#778899
a balanced, muted blue · cool · closest name: gray
RGB
119, 136, 153
HSL
210°, 14%, 53%
CMYK
22, 11, 0, 40
Luminance
0.2383
Every format
| HEX | #778899 |
| RGB | rgb(119, 136, 153) |
| HSL | hsl(210, 14%, 53%) |
| CMYK | cmyk(22%, 11%, 0%, 40%) |
| LAB | lab(55.9 -2.3 -11.1) |
| LCH | lch(55.9 11.3 258.6) |
| OKLCH | oklch(0.619 0.033 248.4) |
Copy-ready code
/* CSS */
color: #778899;
background-color: #778899;
/* Tailwind (arbitrary) */
class="text-[#778899] bg-[#778899]"
/* SCSS */
$brand: #778899;
/* SwiftUI */
Color(red: 0.467, green: 0.533, blue: 0.600)
/* Android */
Color.parseColor("#778899")Accessibility — WCAG contrast
Aa
#778899 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778899 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green53.3%
Blue60.0%
CMYK percentages
Cyan22.2%
Magenta11.1%
Yellow0.0%
Key (black)40.0%
Color previews
#778899 text on a black background
contrast 5.77:1
Card sample
#778899 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778899;
Background color
Panel with #778899 background
background-color: #778899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 136, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 136, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778899; background: linear-gradient(135deg, #778899, #7D7799);