#3eb86f
a balanced, vivid green · cool · closest name: seagreen
RGB
62, 184, 111
HSL
144°, 50%, 48%
CMYK
66, 0, 40, 28
Luminance
0.3645
Every format
| HEX | #3eb86f |
| RGB | rgb(62, 184, 111) |
| HSL | hsl(144, 50%, 48%) |
| CMYK | cmyk(66%, 0%, 40%, 28%) |
| LAB | lab(66.9 -50.2 27.5) |
| LCH | lch(66.9 57.2 151.3) |
| OKLCH | oklch(0.697 0.152 153.2) |
Copy-ready code
/* CSS */
color: #3eb86f;
background-color: #3eb86f;
/* Tailwind (arbitrary) */
class="text-[#3eb86f] bg-[#3eb86f]"
/* SCSS */
$brand: #3eb86f;
/* SwiftUI */
Color(red: 0.243, green: 0.722, blue: 0.435)
/* Android */
Color.parseColor("#3eb86f")Accessibility — WCAG contrast
Aa
#3eb86f on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb86f on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green72.2%
Blue43.5%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow39.7%
Key (black)27.8%
Color previews
#3eb86f text on a black background
contrast 8.29:1
Card sample
#3eb86f text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb86f;
Background color
Panel with #3eb86f background
background-color: #3eb86f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb86f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 184, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 184, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb86f; background: linear-gradient(135deg, #3eb86f, #3EB0B8);