#3eb077
a balanced, vivid green · cool · closest name: seagreen
RGB
62, 176, 119
HSL
150°, 48%, 47%
CMYK
65, 0, 32, 31
Luminance
0.3341
Every format
| HEX | #3eb077 |
| RGB | rgb(62, 176, 119) |
| HSL | hsl(150, 48%, 47%) |
| CMYK | cmyk(65%, 0%, 32%, 31%) |
| LAB | lab(64.5 -45.4 20.0) |
| LCH | lch(64.5 49.6 156.2) |
| OKLCH | oklch(0.678 0.134 157.7) |
Copy-ready code
/* CSS */
color: #3eb077;
background-color: #3eb077;
/* Tailwind (arbitrary) */
class="text-[#3eb077] bg-[#3eb077]"
/* SCSS */
$brand: #3eb077;
/* SwiftUI */
Color(red: 0.243, green: 0.690, blue: 0.467)
/* Android */
Color.parseColor("#3eb077")Accessibility — WCAG contrast
Aa
#3eb077 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb077 on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green69.0%
Blue46.7%
CMYK percentages
Cyan64.8%
Magenta0.0%
Yellow32.4%
Key (black)31.0%
Color previews
#3eb077 text on a black background
contrast 7.68:1
Card sample
#3eb077 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb077;
Background color
Panel with #3eb077 background
background-color: #3eb077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 176, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 176, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb077; background: linear-gradient(135deg, #3eb077, #3E9DB0);