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