#77ccbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
119, 204, 191
HSL
171°, 46%, 63%
CMYK
42, 0, 6, 20
Luminance
0.5087
Every format
| HEX | #77ccbf |
| RGB | rgb(119, 204, 191) |
| HSL | hsl(171, 46%, 63%) |
| CMYK | cmyk(42%, 0%, 6%, 20%) |
| LAB | lab(76.6 -28.9 -1.6) |
| LCH | lch(76.6 28.9 183.2) |
| OKLCH | oklch(0.788 0.085 183.2) |
Copy-ready code
/* CSS */
color: #77ccbf;
background-color: #77ccbf;
/* Tailwind (arbitrary) */
class="text-[#77ccbf] bg-[#77ccbf]"
/* SCSS */
$brand: #77ccbf;
/* SwiftUI */
Color(red: 0.467, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#77ccbf")Accessibility — WCAG contrast
Aa
#77ccbf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ccbf on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green80.0%
Blue74.9%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#77ccbf text on a black background
contrast 11.17:1
Card sample
#77ccbf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ccbf;
Background color
Panel with #77ccbf background
background-color: #77ccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ccbf; background: linear-gradient(135deg, #77ccbf, #77A0CC);