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