#779988
a balanced, muted green · cool · closest name: gray
RGB
119, 153, 136
HSL
150°, 14%, 53%
CMYK
22, 0, 11, 40
Luminance
0.2848
Every format
| HEX | #779988 |
| RGB | rgb(119, 153, 136) |
| HSL | hsl(150, 14%, 53%) |
| CMYK | cmyk(22%, 0%, 11%, 40%) |
| LAB | lab(60.3 -15.4 5.1) |
| LCH | lch(60.3 16.2 161.7) |
| OKLCH | oklch(0.652 0.045 163.2) |
Copy-ready code
/* CSS */
color: #779988;
background-color: #779988;
/* Tailwind (arbitrary) */
class="text-[#779988] bg-[#779988]"
/* SCSS */
$brand: #779988;
/* SwiftUI */
Color(red: 0.467, green: 0.600, blue: 0.533)
/* Android */
Color.parseColor("#779988")Accessibility — WCAG contrast
Aa
#779988 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#779988 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.0%
Blue53.3%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow11.1%
Key (black)40.0%
Color previews
#779988 text on a black background
contrast 6.70:1
Card sample
#779988 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779988;
Background color
Panel with #779988 background
background-color: #779988;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779988;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 153, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 153, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779988; background: linear-gradient(135deg, #779988, #779399);