#3eedab
a balanced, electric green · cool · closest name: aquamarine
RGB
62, 237, 171
HSL
157°, 83%, 59%
CMYK
74, 0, 28, 7
Luminance
0.6453
Every format
| HEX | #3eedab |
| RGB | rgb(62, 237, 171) |
| HSL | hsl(157, 83%, 59%) |
| CMYK | cmyk(74%, 0%, 28%, 7%) |
| LAB | lab(84.2 -58.6 19.7) |
| LCH | lch(84.2 61.8 161.4) |
| OKLCH | oklch(0.844 0.168 162.6) |
Copy-ready code
/* CSS */
color: #3eedab;
background-color: #3eedab;
/* Tailwind (arbitrary) */
class="text-[#3eedab] bg-[#3eedab]"
/* SCSS */
$brand: #3eedab;
/* SwiftUI */
Color(red: 0.243, green: 0.929, blue: 0.671)
/* Android */
Color.parseColor("#3eedab")Accessibility — WCAG contrast
Aa
#3eedab on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eedab on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green92.9%
Blue67.1%
CMYK percentages
Cyan73.8%
Magenta0.0%
Yellow27.8%
Key (black)7.1%
Color previews
#3eedab text on a black background
contrast 13.91:1
Card sample
#3eedab text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eedab;
Background color
Panel with #3eedab background
background-color: #3eedab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eedab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 237, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 237, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eedab; background: linear-gradient(135deg, #3eedab, #3EBAED);