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