#76cdba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
118, 205, 186
HSL
167°, 47%, 63%
CMYK
42, 0, 9, 20
Luminance
0.5106
Every format
| HEX | #76cdba |
| RGB | rgb(118, 205, 186) |
| HSL | hsl(167, 47%, 63%) |
| CMYK | cmyk(42%, 0%, 9%, 20%) |
| LAB | lab(76.7 -30.8 1.3) |
| LCH | lch(76.7 30.8 177.7) |
| OKLCH | oklch(0.788 0.089 178.2) |
Copy-ready code
/* CSS */
color: #76cdba;
background-color: #76cdba;
/* Tailwind (arbitrary) */
class="text-[#76cdba] bg-[#76cdba]"
/* SCSS */
$brand: #76cdba;
/* SwiftUI */
Color(red: 0.463, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#76cdba")Accessibility — WCAG contrast
Aa
#76cdba on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cdba on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green80.4%
Blue72.9%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#76cdba text on a black background
contrast 11.21:1
Card sample
#76cdba text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cdba;
Background color
Panel with #76cdba background
background-color: #76cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cdba; background: linear-gradient(135deg, #76cdba, #76A6CD);