#76cfb3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
118, 207, 179
HSL
161°, 48%, 64%
CMYK
43, 0, 14, 19
Luminance
0.5173
Every format
| HEX | #76cfb3 |
| RGB | rgb(118, 207, 179) |
| HSL | hsl(161, 48%, 64%) |
| CMYK | cmyk(43%, 0%, 14%, 19%) |
| LAB | lab(77.1 -33.3 5.6) |
| LCH | lch(77.1 33.8 170.4) |
| OKLCH | oklch(0.791 0.096 171.4) |
Copy-ready code
/* CSS */
color: #76cfb3;
background-color: #76cfb3;
/* Tailwind (arbitrary) */
class="text-[#76cfb3] bg-[#76cfb3]"
/* SCSS */
$brand: #76cfb3;
/* SwiftUI */
Color(red: 0.463, green: 0.812, blue: 0.702)
/* Android */
Color.parseColor("#76cfb3")Accessibility — WCAG contrast
Aa
#76cfb3 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cfb3 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green81.2%
Blue70.2%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow13.5%
Key (black)18.8%
Color previews
#76cfb3 text on a black background
contrast 11.35:1
Card sample
#76cfb3 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cfb3;
Background color
Panel with #76cfb3 background
background-color: #76cfb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cfb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 207, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 207, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cfb3; background: linear-gradient(135deg, #76cfb3, #76B0CF);