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