#77bbae
a balanced, soft cyan · cool · closest name: turquoise
RGB
119, 187, 174
HSL
169°, 33%, 60%
CMYK
36, 0, 7, 27
Luminance
0.4252
Every format
| HEX | #77bbae |
| RGB | rgb(119, 187, 174) |
| HSL | hsl(169, 33%, 60%) |
| CMYK | cmyk(36%, 0%, 7%, 27%) |
| LAB | lab(71.2 -24.5 -0.2) |
| LCH | lch(71.2 24.5 180.5) |
| OKLCH | oklch(0.743 0.072 180.8) |
Copy-ready code
/* CSS */
color: #77bbae;
background-color: #77bbae;
/* Tailwind (arbitrary) */
class="text-[#77bbae] bg-[#77bbae]"
/* SCSS */
$brand: #77bbae;
/* SwiftUI */
Color(red: 0.467, green: 0.733, blue: 0.682)
/* Android */
Color.parseColor("#77bbae")Accessibility — WCAG contrast
Aa
#77bbae on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77bbae on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green73.3%
Blue68.2%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow7.0%
Key (black)26.7%
Color previews
#77bbae text on a black background
contrast 9.50:1
Card sample
#77bbae text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77bbae;
Background color
Panel with #77bbae background
background-color: #77bbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77bbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 187, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 187, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77bbae; background: linear-gradient(135deg, #77bbae, #779BBB);