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