#77bba4
a balanced, soft green · cool · closest name: turquoise
RGB
119, 187, 164
HSL
160°, 33%, 60%
CMYK
36, 0, 12, 27
Luminance
0.4214
Every format
| HEX | #77bba4 |
| RGB | rgb(119, 187, 164) |
| HSL | hsl(160, 33%, 60%) |
| CMYK | cmyk(36%, 0%, 12%, 27%) |
| LAB | lab(71.0 -26.8 4.9) |
| LCH | lch(71.0 27.2 169.7) |
| OKLCH | oklch(0.740 0.077 170.7) |
Copy-ready code
/* CSS */
color: #77bba4;
background-color: #77bba4;
/* Tailwind (arbitrary) */
class="text-[#77bba4] bg-[#77bba4]"
/* SCSS */
$brand: #77bba4;
/* SwiftUI */
Color(red: 0.467, green: 0.733, blue: 0.643)
/* Android */
Color.parseColor("#77bba4")Accessibility — WCAG contrast
Aa
#77bba4 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77bba4 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green73.3%
Blue64.3%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow12.3%
Key (black)26.7%
Color previews
#77bba4 text on a black background
contrast 9.43:1
Card sample
#77bba4 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77bba4;
Background color
Panel with #77bba4 background
background-color: #77bba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77bba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 187, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 187, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77bba4; background: linear-gradient(135deg, #77bba4, #77A5BB);