#3eb166
a balanced, vivid green · cool · closest name: seagreen
RGB
62, 177, 102
HSL
141°, 48%, 47%
CMYK
65, 0, 42, 31
Luminance
0.3343
Every format
| HEX | #3eb166 |
| RGB | rgb(62, 177, 102) |
| HSL | hsl(141, 48%, 47%) |
| CMYK | cmyk(65%, 0%, 42%, 31%) |
| LAB | lab(64.5 -49.1 29.1) |
| LCH | lch(64.5 57.1 149.3) |
| OKLCH | oklch(0.677 0.151 151.5) |
Copy-ready code
/* CSS */
color: #3eb166;
background-color: #3eb166;
/* Tailwind (arbitrary) */
class="text-[#3eb166] bg-[#3eb166]"
/* SCSS */
$brand: #3eb166;
/* SwiftUI */
Color(red: 0.243, green: 0.694, blue: 0.400)
/* Android */
Color.parseColor("#3eb166")Accessibility — WCAG contrast
Aa
#3eb166 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb166 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green69.4%
Blue40.0%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow42.4%
Key (black)30.6%
Color previews
#3eb166 text on a black background
contrast 7.69:1
Card sample
#3eb166 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb166;
Background color
Panel with #3eb166 background
background-color: #3eb166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 177, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 177, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb166; background: linear-gradient(135deg, #3eb166, #3EAFB1);