#76eddf
a light, electric cyan · cool · closest name: turquoise
RGB
118, 237, 223
HSL
173°, 77%, 70%
CMYK
50, 0, 6, 7
Luminance
0.6975
Every format
| HEX | #76eddf |
| RGB | rgb(118, 237, 223) |
| HSL | hsl(173, 77%, 70%) |
| CMYK | cmyk(50%, 0%, 6%, 7%) |
| LAB | lab(86.9 -36.9 -3.5) |
| LCH | lch(86.9 37.1 185.5) |
| OKLCH | oklch(0.873 0.110 185.3) |
Copy-ready code
/* CSS */
color: #76eddf;
background-color: #76eddf;
/* Tailwind (arbitrary) */
class="text-[#76eddf] bg-[#76eddf]"
/* SCSS */
$brand: #76eddf;
/* SwiftUI */
Color(red: 0.463, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#76eddf")Accessibility — WCAG contrast
Aa
#76eddf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76eddf on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green92.9%
Blue87.5%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#76eddf text on a black background
contrast 14.95:1
Card sample
#76eddf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76eddf;
Background color
Panel with #76eddf background
background-color: #76eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76eddf; background: linear-gradient(135deg, #76eddf, #76ACED);