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