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