#76decf
a light, vivid cyan · cool · closest name: turquoise
RGB
118, 222, 207
HSL
171°, 61%, 67%
CMYK
47, 0, 7, 13
Luminance
0.6060
Every format
| HEX | #76decf |
| RGB | rgb(118, 222, 207) |
| HSL | hsl(171, 61%, 67%) |
| CMYK | cmyk(47%, 0%, 7%, 13%) |
| LAB | lab(82.2 -33.8 -2.0) |
| LCH | lch(82.2 33.9 183.4) |
| OKLCH | oklch(0.834 0.100 183.4) |
Copy-ready code
/* CSS */
color: #76decf;
background-color: #76decf;
/* Tailwind (arbitrary) */
class="text-[#76decf] bg-[#76decf]"
/* SCSS */
$brand: #76decf;
/* SwiftUI */
Color(red: 0.463, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#76decf")Accessibility — WCAG contrast
Aa
#76decf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76decf on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green87.1%
Blue81.2%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#76decf text on a black background
contrast 13.12:1
Card sample
#76decf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76decf;
Background color
Panel with #76decf background
background-color: #76decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76decf; background: linear-gradient(135deg, #76decf, #76A8DE);