#4eeebf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
78, 238, 191
HSL
162°, 83%, 62%
CMYK
67, 0, 20, 7
Luminance
0.6653
Every format
| HEX | #4eeebf |
| RGB | rgb(78, 238, 191) |
| HSL | hsl(162, 83%, 62%) |
| CMYK | cmyk(67%, 0%, 20%, 7%) |
| LAB | lab(85.3 -52.3 10.8) |
| LCH | lch(85.3 53.4 168.4) |
| OKLCH | oklch(0.854 0.148 169.3) |
Copy-ready code
/* CSS */
color: #4eeebf;
background-color: #4eeebf;
/* Tailwind (arbitrary) */
class="text-[#4eeebf] bg-[#4eeebf]"
/* SCSS */
$brand: #4eeebf;
/* SwiftUI */
Color(red: 0.306, green: 0.933, blue: 0.749)
/* Android */
Color.parseColor("#4eeebf")Accessibility — WCAG contrast
Aa
#4eeebf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eeebf on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green93.3%
Blue74.9%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow19.7%
Key (black)6.7%
Color previews
#4eeebf text on a black background
contrast 14.31:1
Card sample
#4eeebf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eeebf;
Background color
Panel with #4eeebf background
background-color: #4eeebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eeebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 238, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 238, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eeebf; background: linear-gradient(135deg, #4eeebf, #4EB2EE);