#3eb985
a balanced, vivid green · cool · closest name: seagreen
RGB
62, 185, 133
HSL
155°, 50%, 48%
CMYK
67, 0, 28, 28
Luminance
0.3742
Every format
| HEX | #3eb985 |
| RGB | rgb(62, 185, 133) |
| HSL | hsl(155, 50%, 48%) |
| CMYK | cmyk(67%, 0%, 28%, 28%) |
| LAB | lab(67.6 -46.2 16.7) |
| LCH | lch(67.6 49.1 160.1) |
| OKLCH | oklch(0.704 0.133 161.4) |
Copy-ready code
/* CSS */
color: #3eb985;
background-color: #3eb985;
/* Tailwind (arbitrary) */
class="text-[#3eb985] bg-[#3eb985]"
/* SCSS */
$brand: #3eb985;
/* SwiftUI */
Color(red: 0.243, green: 0.725, blue: 0.522)
/* Android */
Color.parseColor("#3eb985")Accessibility — WCAG contrast
Aa
#3eb985 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb985 on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green72.5%
Blue52.2%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow28.1%
Key (black)27.5%
Color previews
#3eb985 text on a black background
contrast 8.48:1
Card sample
#3eb985 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb985;
Background color
Panel with #3eb985 background
background-color: #3eb985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 185, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 185, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb985; background: linear-gradient(135deg, #3eb985, #3E9BB9);