#77c9ad
a balanced, soft green · cool · closest name: turquoise
RGB
119, 201, 173
HSL
160°, 43%, 63%
CMYK
41, 0, 14, 21
Luminance
0.4871
Every format
| HEX | #77c9ad |
| RGB | rgb(119, 201, 173) |
| HSL | hsl(160, 43%, 63%) |
| CMYK | cmyk(41%, 0%, 14%, 21%) |
| LAB | lab(75.3 -31.5 6.2) |
| LCH | lch(75.3 32.1 168.9) |
| OKLCH | oklch(0.775 0.091 170.0) |
Copy-ready code
/* CSS */
color: #77c9ad;
background-color: #77c9ad;
/* Tailwind (arbitrary) */
class="text-[#77c9ad] bg-[#77c9ad]"
/* SCSS */
$brand: #77c9ad;
/* SwiftUI */
Color(red: 0.467, green: 0.788, blue: 0.678)
/* Android */
Color.parseColor("#77c9ad")Accessibility — WCAG contrast
Aa
#77c9ad on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77c9ad on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green78.8%
Blue67.8%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow13.9%
Key (black)21.2%
Color previews
#77c9ad text on a black background
contrast 10.74:1
Card sample
#77c9ad text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77c9ad;
Background color
Panel with #77c9ad background
background-color: #77c9ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77c9ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 201, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 201, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77c9ad; background: linear-gradient(135deg, #77c9ad, #77AEC9);