#76dacf
a light, vivid cyan · cool · closest name: turquoise
RGB
118, 218, 207
HSL
173°, 58%, 66%
CMYK
46, 0, 5, 15
Luminance
0.5850
Every format
| HEX | #76dacf |
| RGB | rgb(118, 218, 207) |
| HSL | hsl(173, 58%, 66%) |
| CMYK | cmyk(46%, 0%, 5%, 15%) |
| LAB | lab(81.0 -32.0 -3.7) |
| LCH | lch(81.0 32.2 186.6) |
| OKLCH | oklch(0.825 0.096 186.3) |
Copy-ready code
/* CSS */
color: #76dacf;
background-color: #76dacf;
/* Tailwind (arbitrary) */
class="text-[#76dacf] bg-[#76dacf]"
/* SCSS */
$brand: #76dacf;
/* SwiftUI */
Color(red: 0.463, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#76dacf")Accessibility — WCAG contrast
Aa
#76dacf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76dacf on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green85.5%
Blue81.2%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#76dacf text on a black background
contrast 12.70:1
Card sample
#76dacf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76dacf;
Background color
Panel with #76dacf background
background-color: #76dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76dacf; background: linear-gradient(135deg, #76dacf, #76A2DA);