#3eb484
a balanced, vivid green · cool · closest name: seagreen
RGB
62, 180, 132
HSL
156°, 49%, 48%
CMYK
66, 0, 27, 29
Luminance
0.3533
Every format
| HEX | #3eb484 |
| RGB | rgb(62, 180, 132) |
| HSL | hsl(156, 49%, 48%) |
| CMYK | cmyk(66%, 0%, 27%, 29%) |
| LAB | lab(66.0 -44.3 15.0) |
| LCH | lch(66.0 46.8 161.3) |
| OKLCH | oklch(0.691 0.128 162.5) |
Copy-ready code
/* CSS */
color: #3eb484;
background-color: #3eb484;
/* Tailwind (arbitrary) */
class="text-[#3eb484] bg-[#3eb484]"
/* SCSS */
$brand: #3eb484;
/* SwiftUI */
Color(red: 0.243, green: 0.706, blue: 0.518)
/* Android */
Color.parseColor("#3eb484")Accessibility — WCAG contrast
Aa
#3eb484 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb484 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green70.6%
Blue51.8%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow26.7%
Key (black)29.4%
Color previews
#3eb484 text on a black background
contrast 8.07:1
Card sample
#3eb484 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb484;
Background color
Panel with #3eb484 background
background-color: #3eb484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 180, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 180, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb484; background: linear-gradient(135deg, #3eb484, #3E95B4);