#3eefac
a balanced, electric green · cool · closest name: aquamarine
RGB
62, 239, 172
HSL
157°, 85%, 59%
CMYK
74, 0, 28, 6
Luminance
0.6574
Every format
| HEX | #3eefac |
| RGB | rgb(62, 239, 172) |
| HSL | hsl(157, 85%, 59%) |
| CMYK | cmyk(74%, 0%, 28%, 6%) |
| LAB | lab(84.9 -59.1 20.0) |
| LCH | lch(84.9 62.4 161.3) |
| OKLCH | oklch(0.849 0.170 162.5) |
Copy-ready code
/* CSS */
color: #3eefac;
background-color: #3eefac;
/* Tailwind (arbitrary) */
class="text-[#3eefac] bg-[#3eefac]"
/* SCSS */
$brand: #3eefac;
/* SwiftUI */
Color(red: 0.243, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#3eefac")Accessibility — WCAG contrast
Aa
#3eefac on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eefac on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.7%
Blue67.5%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#3eefac text on a black background
contrast 14.15:1
Card sample
#3eefac text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eefac;
Background color
Panel with #3eefac background
background-color: #3eefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eefac; background: linear-gradient(135deg, #3eefac, #3EBCEF);