#3eb178
a balanced, vivid green · cool · closest name: seagreen
RGB
62, 177, 120
HSL
150°, 48%, 47%
CMYK
65, 0, 32, 31
Luminance
0.3382
Every format
| HEX | #3eb178 |
| RGB | rgb(62, 177, 120) |
| HSL | hsl(150, 48%, 47%) |
| CMYK | cmyk(65%, 0%, 32%, 31%) |
| LAB | lab(64.8 -45.6 19.9) |
| LCH | lch(64.8 49.8 156.4) |
| OKLCH | oklch(0.681 0.134 157.9) |
Copy-ready code
/* CSS */
color: #3eb178;
background-color: #3eb178;
/* Tailwind (arbitrary) */
class="text-[#3eb178] bg-[#3eb178]"
/* SCSS */
$brand: #3eb178;
/* SwiftUI */
Color(red: 0.243, green: 0.694, blue: 0.471)
/* Android */
Color.parseColor("#3eb178")Accessibility — WCAG contrast
Aa
#3eb178 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb178 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green69.4%
Blue47.1%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow32.2%
Key (black)30.6%
Color previews
#3eb178 text on a black background
contrast 7.76:1
Card sample
#3eb178 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb178;
Background color
Panel with #3eb178 background
background-color: #3eb178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 177, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 177, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb178; background: linear-gradient(135deg, #3eb178, #3E9DB1);