#778588
a balanced, muted gray · cool · closest name: gray
RGB
119, 133, 136
HSL
191°, 7%, 50%
CMYK
13, 2, 0, 47
Luminance
0.2247
Every format
| HEX | #778588 |
| RGB | rgb(119, 133, 136) |
| HSL | hsl(191, 7%, 50%) |
| CMYK | cmyk(13%, 2%, 0%, 47%) |
| LAB | lab(54.5 -4.4 -3.4) |
| LCH | lch(54.5 5.6 217.0) |
| OKLCH | oklch(0.606 0.017 212.0) |
Copy-ready code
/* CSS */
color: #778588;
background-color: #778588;
/* Tailwind (arbitrary) */
class="text-[#778588] bg-[#778588]"
/* SCSS */
$brand: #778588;
/* SwiftUI */
Color(red: 0.467, green: 0.522, blue: 0.533)
/* Android */
Color.parseColor("#778588")Accessibility — WCAG contrast
Aa
#778588 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778588 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green52.2%
Blue53.3%
CMYK percentages
Cyan12.5%
Magenta2.2%
Yellow0.0%
Key (black)46.7%
Color previews
#778588 text on a black background
contrast 5.49:1
Card sample
#778588 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778588;
Background color
Panel with #778588 background
background-color: #778588;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778588;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 133, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 133, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778588; background: linear-gradient(135deg, #778588, #777A88);