#4cefdc
a balanced, electric cyan · cool · closest name: turquoise
RGB
76, 239, 220
HSL
173°, 84%, 62%
CMYK
68, 0, 8, 6
Luminance
0.6844
Every format
| HEX | #4cefdc |
| RGB | rgb(76, 239, 220) |
| HSL | hsl(173, 84%, 62%) |
| CMYK | cmyk(68%, 0%, 8%, 6%) |
| LAB | lab(86.2 -45.9 -3.0) |
| LCH | lch(86.2 46.0 183.8) |
| OKLCH | oklch(0.864 0.135 183.8) |
Copy-ready code
/* CSS */
color: #4cefdc;
background-color: #4cefdc;
/* Tailwind (arbitrary) */
class="text-[#4cefdc] bg-[#4cefdc]"
/* SCSS */
$brand: #4cefdc;
/* SwiftUI */
Color(red: 0.298, green: 0.937, blue: 0.863)
/* Android */
Color.parseColor("#4cefdc")Accessibility — WCAG contrast
Aa
#4cefdc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cefdc on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green93.7%
Blue86.3%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow7.9%
Key (black)6.3%
Color previews
#4cefdc text on a black background
contrast 14.69:1
Card sample
#4cefdc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cefdc;
Background color
Panel with #4cefdc background
background-color: #4cefdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cefdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 239, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 239, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cefdc; background: linear-gradient(135deg, #4cefdc, #4C95EF);