#76efdf
a light, electric cyan · cool · closest name: turquoise
RGB
118, 239, 223
HSL
172°, 79%, 70%
CMYK
51, 0, 7, 6
Luminance
0.7091
Every format
| HEX | #76efdf |
| RGB | rgb(118, 239, 223) |
| HSL | hsl(172, 79%, 70%) |
| CMYK | cmyk(51%, 0%, 7%, 6%) |
| LAB | lab(87.4 -37.8 -2.7) |
| LCH | lch(87.4 37.9 184.1) |
| OKLCH | oklch(0.878 0.112 184.0) |
Copy-ready code
/* CSS */
color: #76efdf;
background-color: #76efdf;
/* Tailwind (arbitrary) */
class="text-[#76efdf] bg-[#76efdf]"
/* SCSS */
$brand: #76efdf;
/* SwiftUI */
Color(red: 0.463, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#76efdf")Accessibility — WCAG contrast
Aa
#76efdf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76efdf on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green93.7%
Blue87.5%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#76efdf text on a black background
contrast 15.18:1
Card sample
#76efdf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76efdf;
Background color
Panel with #76efdf background
background-color: #76efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76efdf; background: linear-gradient(135deg, #76efdf, #76AEEF);