#76fdec
a light, electric cyan · cool · closest name: turquoise
RGB
118, 253, 236
HSL
172°, 97%, 73%
CMYK
53, 0, 7, 1
Luminance
0.8016
Every format
| HEX | #76fdec |
| RGB | rgb(118, 253, 236) |
| HSL | hsl(172, 97%, 73%) |
| CMYK | cmyk(53%, 0%, 7%, 1%) |
| LAB | lab(91.8 -41.0 -3.1) |
| LCH | lch(91.8 41.1 184.4) |
| OKLCH | oklch(0.914 0.121 184.3) |
Copy-ready code
/* CSS */
color: #76fdec;
background-color: #76fdec;
/* Tailwind (arbitrary) */
class="text-[#76fdec] bg-[#76fdec]"
/* SCSS */
$brand: #76fdec;
/* SwiftUI */
Color(red: 0.463, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#76fdec")Accessibility — WCAG contrast
Aa
#76fdec on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76fdec on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green99.2%
Blue92.5%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#76fdec text on a black background
contrast 17.03:1
Card sample
#76fdec text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76fdec;
Background color
Panel with #76fdec background
background-color: #76fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76fdec; background: linear-gradient(135deg, #76fdec, #76B4FD);