#4eefce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
78, 239, 206
HSL
168°, 83%, 62%
CMYK
67, 0, 14, 6
Luminance
0.6781
Every format
| HEX | #4eefce |
| RGB | rgb(78, 239, 206) |
| HSL | hsl(168, 83%, 62%) |
| CMYK | cmyk(67%, 0%, 14%, 6%) |
| LAB | lab(85.9 -49.1 3.8) |
| LCH | lch(85.9 49.3 175.5) |
| OKLCH | oklch(0.861 0.141 176.2) |
Copy-ready code
/* CSS */
color: #4eefce;
background-color: #4eefce;
/* Tailwind (arbitrary) */
class="text-[#4eefce] bg-[#4eefce]"
/* SCSS */
$brand: #4eefce;
/* SwiftUI */
Color(red: 0.306, green: 0.937, blue: 0.808)
/* Android */
Color.parseColor("#4eefce")Accessibility — WCAG contrast
Aa
#4eefce on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eefce on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green93.7%
Blue80.8%
CMYK percentages
Cyan67.4%
Magenta0.0%
Yellow13.8%
Key (black)6.3%
Color previews
#4eefce text on a black background
contrast 14.56:1
Card sample
#4eefce text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eefce;
Background color
Panel with #4eefce background
background-color: #4eefce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eefce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 239, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 239, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eefce; background: linear-gradient(135deg, #4eefce, #4EA5EF);