#3e9b5d
a dark, soft green · cool · closest name: seagreen
RGB
62, 155, 93
HSL
140°, 43%, 43%
CMYK
60, 0, 40, 39
Luminance
0.2526
Every format
| HEX | #3e9b5d |
| RGB | rgb(62, 155, 93) |
| HSL | hsl(140, 43%, 43%) |
| CMYK | cmyk(60%, 0%, 40%, 39%) |
| LAB | lab(57.3 -41.8 24.5) |
| LCH | lch(57.3 48.5 149.6) |
| OKLCH | oklch(0.618 0.129 151.7) |
Copy-ready code
/* CSS */
color: #3e9b5d;
background-color: #3e9b5d;
/* Tailwind (arbitrary) */
class="text-[#3e9b5d] bg-[#3e9b5d]"
/* SCSS */
$brand: #3e9b5d;
/* SwiftUI */
Color(red: 0.243, green: 0.608, blue: 0.365)
/* Android */
Color.parseColor("#3e9b5d")Accessibility — WCAG contrast
Aa
#3e9b5d on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3e9b5d on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green60.8%
Blue36.5%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow40.0%
Key (black)39.2%
Color previews
#3e9b5d text on a black background
contrast 6.05:1
Card sample
#3e9b5d text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e9b5d;
Background color
Panel with #3e9b5d background
background-color: #3e9b5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e9b5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 155, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 155, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e9b5d; background: linear-gradient(135deg, #3e9b5d, #3E9B9B);