#76cfad
a balanced, vivid green · cool · closest name: turquoise
RGB
118, 207, 173
HSL
157°, 48%, 64%
CMYK
43, 0, 16, 19
Luminance
0.5149
Every format
| HEX | #76cfad |
| RGB | rgb(118, 207, 173) |
| HSL | hsl(157, 48%, 64%) |
| CMYK | cmyk(43%, 0%, 16%, 19%) |
| LAB | lab(77.0 -34.6 8.6) |
| LCH | lch(77.0 35.7 166.0) |
| OKLCH | oklch(0.789 0.100 167.2) |
Copy-ready code
/* CSS */
color: #76cfad;
background-color: #76cfad;
/* Tailwind (arbitrary) */
class="text-[#76cfad] bg-[#76cfad]"
/* SCSS */
$brand: #76cfad;
/* SwiftUI */
Color(red: 0.463, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#76cfad")Accessibility — WCAG contrast
Aa
#76cfad on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cfad on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green81.2%
Blue67.8%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#76cfad text on a black background
contrast 11.30:1
Card sample
#76cfad text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cfad;
Background color
Panel with #76cfad background
background-color: #76cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cfad; background: linear-gradient(135deg, #76cfad, #76B6CF);