#3f9e5f
a dark, soft green · cool · closest name: seagreen
RGB
63, 158, 95
HSL
140°, 43%, 43%
CMYK
60, 0, 40, 38
Luminance
0.2634
Every format
| HEX | #3f9e5f |
| RGB | rgb(63, 158, 95) |
| HSL | hsl(140, 43%, 43%) |
| CMYK | cmyk(60%, 0%, 40%, 38%) |
| LAB | lab(58.4 -42.5 24.8) |
| LCH | lch(58.4 49.2 149.7) |
| OKLCH | oklch(0.626 0.131 151.8) |
Copy-ready code
/* CSS */
color: #3f9e5f;
background-color: #3f9e5f;
/* Tailwind (arbitrary) */
class="text-[#3f9e5f] bg-[#3f9e5f]"
/* SCSS */
$brand: #3f9e5f;
/* SwiftUI */
Color(red: 0.247, green: 0.620, blue: 0.373)
/* Android */
Color.parseColor("#3f9e5f")Accessibility — WCAG contrast
Aa
#3f9e5f on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f9e5f on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green62.0%
Blue37.3%
CMYK percentages
Cyan60.1%
Magenta0.0%
Yellow39.9%
Key (black)38.0%
Color previews
#3f9e5f text on a black background
contrast 6.27:1
Card sample
#3f9e5f text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f9e5f;
Background color
Panel with #3f9e5f background
background-color: #3f9e5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f9e5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 158, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 158, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f9e5f; background: linear-gradient(135deg, #3f9e5f, #3F9E9E);