#76eedc
a light, electric cyan · cool · closest name: turquoise
RGB
118, 238, 220
HSL
171°, 78%, 70%
CMYK
50, 0, 8, 7
Luminance
0.7017
Every format
| HEX | #76eedc |
| RGB | rgb(118, 238, 220) |
| HSL | hsl(171, 78%, 70%) |
| CMYK | cmyk(50%, 0%, 8%, 7%) |
| LAB | lab(87.1 -38.1 -1.7) |
| LCH | lch(87.1 38.1 182.5) |
| OKLCH | oklch(0.875 0.112 182.6) |
Copy-ready code
/* CSS */
color: #76eedc;
background-color: #76eedc;
/* Tailwind (arbitrary) */
class="text-[#76eedc] bg-[#76eedc]"
/* SCSS */
$brand: #76eedc;
/* SwiftUI */
Color(red: 0.463, green: 0.933, blue: 0.863)
/* Android */
Color.parseColor("#76eedc")Accessibility — WCAG contrast
Aa
#76eedc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76eedc on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green93.3%
Blue86.3%
CMYK percentages
Cyan50.4%
Magenta0.0%
Yellow7.6%
Key (black)6.7%
Color previews
#76eedc text on a black background
contrast 15.03:1
Card sample
#76eedc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76eedc;
Background color
Panel with #76eedc background
background-color: #76eedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76eedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 238, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 238, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76eedc; background: linear-gradient(135deg, #76eedc, #76B0EE);