#3f7d49
a dark, soft green · cool · closest name: seagreen
RGB
63, 125, 73
HSL
130°, 33%, 37%
CMYK
50, 0, 42, 51
Luminance
0.1621
Every format
| HEX | #3f7d49 |
| RGB | rgb(63, 125, 73) |
| HSL | hsl(130, 33%, 37%) |
| CMYK | cmyk(50%, 0%, 42%, 51%) |
| LAB | lab(47.2 -32.0 22.3) |
| LCH | lch(47.2 39.0 145.1) |
| OKLCH | oklch(0.534 0.103 147.5) |
Copy-ready code
/* CSS */
color: #3f7d49;
background-color: #3f7d49;
/* Tailwind (arbitrary) */
class="text-[#3f7d49] bg-[#3f7d49]"
/* SCSS */
$brand: #3f7d49;
/* SwiftUI */
Color(red: 0.247, green: 0.490, blue: 0.286)
/* Android */
Color.parseColor("#3f7d49")Accessibility — WCAG contrast
Aa
#3f7d49 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f7d49 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green49.0%
Blue28.6%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow41.6%
Key (black)51.0%
Color previews
#3f7d49 text on a black background
contrast 4.24:1
Card sample
#3f7d49 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f7d49;
Background color
Panel with #3f7d49 background
background-color: #3f7d49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f7d49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 125, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 125, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f7d49; background: linear-gradient(135deg, #3f7d49, #3F7D72);