#4cdccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 220, 207
HSL
175°, 67%, 58%
CMYK
66, 0, 6, 14
Luminance
0.5723
Every format
| HEX | #4cdccf |
| RGB | rgb(76, 220, 207) |
| HSL | hsl(175, 67%, 58%) |
| CMYK | cmyk(66%, 0%, 6%, 14%) |
| LAB | lab(80.3 -40.9 -4.9) |
| LCH | lch(80.3 41.2 186.8) |
| OKLCH | oklch(0.815 0.123 186.5) |
Copy-ready code
/* CSS */
color: #4cdccf;
background-color: #4cdccf;
/* Tailwind (arbitrary) */
class="text-[#4cdccf] bg-[#4cdccf]"
/* SCSS */
$brand: #4cdccf;
/* SwiftUI */
Color(red: 0.298, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#4cdccf")Accessibility — WCAG contrast
Aa
#4cdccf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdccf on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.3%
Blue81.2%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#4cdccf text on a black background
contrast 12.45:1
Card sample
#4cdccf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdccf;
Background color
Panel with #4cdccf background
background-color: #4cdccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdccf; background: linear-gradient(135deg, #4cdccf, #4C89DC);