#76cbba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
118, 203, 186
HSL
168°, 45%, 63%
CMYK
42, 0, 8, 20
Luminance
0.5011
Every format
| HEX | #76cbba |
| RGB | rgb(118, 203, 186) |
| HSL | hsl(168, 45%, 63%) |
| CMYK | cmyk(42%, 0%, 8%, 20%) |
| LAB | lab(76.1 -29.8 0.4) |
| LCH | lch(76.1 29.8 179.2) |
| OKLCH | oklch(0.783 0.087 179.6) |
Copy-ready code
/* CSS */
color: #76cbba;
background-color: #76cbba;
/* Tailwind (arbitrary) */
class="text-[#76cbba] bg-[#76cbba]"
/* SCSS */
$brand: #76cbba;
/* SwiftUI */
Color(red: 0.463, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#76cbba")Accessibility — WCAG contrast
Aa
#76cbba on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cbba on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green79.6%
Blue72.9%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#76cbba text on a black background
contrast 11.02:1
Card sample
#76cbba text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cbba;
Background color
Panel with #76cbba background
background-color: #76cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cbba; background: linear-gradient(135deg, #76cbba, #76A3CB);