#5eeeba
a light, electric green · cool · closest name: aquamarine
RGB
94, 238, 186
HSL
158°, 81%, 65%
CMYK
61, 0, 22, 7
Luminance
0.6707
Every format
| HEX | #5eeeba |
| RGB | rgb(94, 238, 186) |
| HSL | hsl(158, 81%, 65%) |
| CMYK | cmyk(61%, 0%, 22%, 7%) |
| LAB | lab(85.5 -50.7 13.8) |
| LCH | lch(85.5 52.6 164.8) |
| OKLCH | oklch(0.857 0.145 165.9) |
Copy-ready code
/* CSS */
color: #5eeeba;
background-color: #5eeeba;
/* Tailwind (arbitrary) */
class="text-[#5eeeba] bg-[#5eeeba]"
/* SCSS */
$brand: #5eeeba;
/* SwiftUI */
Color(red: 0.369, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#5eeeba")Accessibility — WCAG contrast
Aa
#5eeeba on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eeeba on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green93.3%
Blue72.9%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#5eeeba text on a black background
contrast 14.41:1
Card sample
#5eeeba text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eeeba;
Background color
Panel with #5eeeba background
background-color: #5eeeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eeeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eeeba; background: linear-gradient(135deg, #5eeeba, #5EC2EE);