#5eeebf
a light, electric cyan · cool · closest name: aquamarine
RGB
94, 238, 191
HSL
160°, 81%, 65%
CMYK
61, 0, 20, 7
Luminance
0.6729
Every format
| HEX | #5eeebf |
| RGB | rgb(94, 238, 191) |
| HSL | hsl(160, 81%, 65%) |
| CMYK | cmyk(61%, 0%, 20%, 7%) |
| LAB | lab(85.7 -49.6 11.4) |
| LCH | lch(85.7 50.9 167.1) |
| OKLCH | oklch(0.859 0.141 168.1) |
Copy-ready code
/* CSS */
color: #5eeebf;
background-color: #5eeebf;
/* Tailwind (arbitrary) */
class="text-[#5eeebf] bg-[#5eeebf]"
/* SCSS */
$brand: #5eeebf;
/* SwiftUI */
Color(red: 0.369, green: 0.933, blue: 0.749)
/* Android */
Color.parseColor("#5eeebf")Accessibility — WCAG contrast
Aa
#5eeebf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eeebf on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green93.3%
Blue74.9%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow19.7%
Key (black)6.7%
Color previews
#5eeebf text on a black background
contrast 14.46:1
Card sample
#5eeebf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eeebf;
Background color
Panel with #5eeebf background
background-color: #5eeebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eeebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 238, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 238, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eeebf; background: linear-gradient(135deg, #5eeebf, #5EBDEE);