#76ebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
118, 235, 223
HSL
174°, 75%, 69%
CMYK
50, 0, 5, 8
Luminance
0.6860
Every format
| HEX | #76ebdf |
| RGB | rgb(118, 235, 223) |
| HSL | hsl(174, 75%, 69%) |
| CMYK | cmyk(50%, 0%, 5%, 8%) |
| LAB | lab(86.3 -36.0 -4.4) |
| LCH | lch(86.3 36.3 186.9) |
| OKLCH | oklch(0.869 0.108 186.6) |
Copy-ready code
/* CSS */
color: #76ebdf;
background-color: #76ebdf;
/* Tailwind (arbitrary) */
class="text-[#76ebdf] bg-[#76ebdf]"
/* SCSS */
$brand: #76ebdf;
/* SwiftUI */
Color(red: 0.463, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#76ebdf")Accessibility — WCAG contrast
Aa
#76ebdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76ebdf on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green92.2%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#76ebdf text on a black background
contrast 14.72:1
Card sample
#76ebdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76ebdf;
Background color
Panel with #76ebdf background
background-color: #76ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76ebdf; background: linear-gradient(135deg, #76ebdf, #76A9EB);