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