#3eeeb2
a balanced, electric green · cool · closest name: aquamarine
RGB
62, 238, 178
HSL
160°, 84%, 59%
CMYK
74, 0, 25, 7
Luminance
0.6539
Every format
| HEX | #3eeeb2 |
| RGB | rgb(62, 238, 178) |
| HSL | hsl(160, 84%, 59%) |
| CMYK | cmyk(74%, 0%, 25%, 7%) |
| LAB | lab(84.7 -57.4 16.7) |
| LCH | lch(84.7 59.8 163.8) |
| OKLCH | oklch(0.848 0.164 164.9) |
Copy-ready code
/* CSS */
color: #3eeeb2;
background-color: #3eeeb2;
/* Tailwind (arbitrary) */
class="text-[#3eeeb2] bg-[#3eeeb2]"
/* SCSS */
$brand: #3eeeb2;
/* SwiftUI */
Color(red: 0.243, green: 0.933, blue: 0.698)
/* Android */
Color.parseColor("#3eeeb2")Accessibility — WCAG contrast
Aa
#3eeeb2 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eeeb2 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.3%
Blue69.8%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow25.2%
Key (black)6.7%
Color previews
#3eeeb2 text on a black background
contrast 14.08:1
Card sample
#3eeeb2 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eeeb2;
Background color
Panel with #3eeeb2 background
background-color: #3eeeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eeeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 238, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 238, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eeeb2; background: linear-gradient(135deg, #3eeeb2, #3EB5EE);