#3eeeae
a balanced, electric green · cool · closest name: aquamarine
RGB
62, 238, 174
HSL
158°, 84%, 59%
CMYK
74, 0, 27, 7
Luminance
0.6523
Every format
| HEX | #3eeeae |
| RGB | rgb(62, 238, 174) |
| HSL | hsl(158, 84%, 59%) |
| CMYK | cmyk(74%, 0%, 27%, 7%) |
| LAB | lab(84.6 -58.3 18.6) |
| LCH | lch(84.6 61.2 162.3) |
| OKLCH | oklch(0.847 0.167 163.5) |
Copy-ready code
/* CSS */
color: #3eeeae;
background-color: #3eeeae;
/* Tailwind (arbitrary) */
class="text-[#3eeeae] bg-[#3eeeae]"
/* SCSS */
$brand: #3eeeae;
/* SwiftUI */
Color(red: 0.243, green: 0.933, blue: 0.682)
/* Android */
Color.parseColor("#3eeeae")Accessibility — WCAG contrast
Aa
#3eeeae on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eeeae on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.3%
Blue68.2%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow26.9%
Key (black)6.7%
Color previews
#3eeeae text on a black background
contrast 14.05:1
Card sample
#3eeeae text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eeeae;
Background color
Panel with #3eeeae background
background-color: #3eeeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eeeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 238, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 238, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eeeae; background: linear-gradient(135deg, #3eeeae, #3EB9EE);