#76cfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
118, 207, 188
HSL
167°, 48%, 64%
CMYK
43, 0, 9, 19
Luminance
0.5211
Every format
| HEX | #76cfbc |
| RGB | rgb(118, 207, 188) |
| HSL | hsl(167, 48%, 64%) |
| CMYK | cmyk(43%, 0%, 9%, 19%) |
| LAB | lab(77.3 -31.3 1.1) |
| LCH | lch(77.3 31.3 178.0) |
| OKLCH | oklch(0.793 0.091 178.5) |
Copy-ready code
/* CSS */
color: #76cfbc;
background-color: #76cfbc;
/* Tailwind (arbitrary) */
class="text-[#76cfbc] bg-[#76cfbc]"
/* SCSS */
$brand: #76cfbc;
/* SwiftUI */
Color(red: 0.463, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#76cfbc")Accessibility — WCAG contrast
Aa
#76cfbc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cfbc on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green81.2%
Blue73.7%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#76cfbc text on a black background
contrast 11.42:1
Card sample
#76cfbc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cfbc;
Background color
Panel with #76cfbc background
background-color: #76cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cfbc; background: linear-gradient(135deg, #76cfbc, #76A7CF);