#3eb489
a balanced, vivid green · cool · closest name: seagreen
RGB
62, 180, 137
HSL
158°, 49%, 48%
CMYK
66, 0, 24, 29
Luminance
0.3547
Every format
| HEX | #3eb489 |
| RGB | rgb(62, 180, 137) |
| HSL | hsl(158, 49%, 48%) |
| CMYK | cmyk(66%, 0%, 24%, 29%) |
| LAB | lab(66.1 -43.2 12.4) |
| LCH | lch(66.1 44.9 163.9) |
| OKLCH | oklch(0.693 0.123 165.1) |
Copy-ready code
/* CSS */
color: #3eb489;
background-color: #3eb489;
/* Tailwind (arbitrary) */
class="text-[#3eb489] bg-[#3eb489]"
/* SCSS */
$brand: #3eb489;
/* SwiftUI */
Color(red: 0.243, green: 0.706, blue: 0.537)
/* Android */
Color.parseColor("#3eb489")Accessibility — WCAG contrast
Aa
#3eb489 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb489 on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green70.6%
Blue53.7%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow23.9%
Key (black)29.4%
Color previews
#3eb489 text on a black background
contrast 8.09:1
Card sample
#3eb489 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb489;
Background color
Panel with #3eb489 background
background-color: #3eb489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 180, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 180, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb489; background: linear-gradient(135deg, #3eb489, #3E91B4);