#3ef1ab
a balanced, electric green · cool · closest name: aquamarine
RGB
62, 241, 171
HSL
157°, 87%, 59%
CMYK
74, 0, 29, 6
Luminance
0.6688
Every format
| HEX | #3ef1ab |
| RGB | rgb(62, 241, 171) |
| HSL | hsl(157, 87%, 59%) |
| CMYK | cmyk(74%, 0%, 29%, 6%) |
| LAB | lab(85.4 -60.1 21.3) |
| LCH | lch(85.4 63.8 160.4) |
| OKLCH | oklch(0.854 0.173 161.7) |
Copy-ready code
/* CSS */
color: #3ef1ab;
background-color: #3ef1ab;
/* Tailwind (arbitrary) */
class="text-[#3ef1ab] bg-[#3ef1ab]"
/* SCSS */
$brand: #3ef1ab;
/* SwiftUI */
Color(red: 0.243, green: 0.945, blue: 0.671)
/* Android */
Color.parseColor("#3ef1ab")Accessibility — WCAG contrast
Aa
#3ef1ab on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ef1ab on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green94.5%
Blue67.1%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow29.0%
Key (black)5.5%
Color previews
#3ef1ab text on a black background
contrast 14.38:1
Card sample
#3ef1ab text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ef1ab;
Background color
Panel with #3ef1ab background
background-color: #3ef1ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ef1ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 241, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 241, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ef1ab; background: linear-gradient(135deg, #3ef1ab, #3EC0F1);