#5ef1bc
a light, electric green · cool · closest name: aquamarine
RGB
94, 241, 188
HSL
158°, 84%, 66%
CMYK
61, 0, 22, 6
Luminance
0.6892
Every format
| HEX | #5ef1bc |
| RGB | rgb(94, 241, 188) |
| HSL | hsl(158, 84%, 66%) |
| CMYK | cmyk(61%, 0%, 22%, 6%) |
| LAB | lab(86.5 -51.5 14.1) |
| LCH | lch(86.5 53.4 164.7) |
| OKLCH | oklch(0.865 0.147 165.8) |
Copy-ready code
/* CSS */
color: #5ef1bc;
background-color: #5ef1bc;
/* Tailwind (arbitrary) */
class="text-[#5ef1bc] bg-[#5ef1bc]"
/* SCSS */
$brand: #5ef1bc;
/* SwiftUI */
Color(red: 0.369, green: 0.945, blue: 0.737)
/* Android */
Color.parseColor("#5ef1bc")Accessibility — WCAG contrast
Aa
#5ef1bc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ef1bc on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green94.5%
Blue73.7%
CMYK percentages
Cyan61.0%
Magenta0.0%
Yellow22.0%
Key (black)5.5%
Color previews
#5ef1bc text on a black background
contrast 14.78:1
Card sample
#5ef1bc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ef1bc;
Background color
Panel with #5ef1bc background
background-color: #5ef1bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ef1bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 241, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 241, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ef1bc; background: linear-gradient(135deg, #5ef1bc, #5EC4F1);