#3f8c49
a dark, soft green · cool · closest name: seagreen
RGB
63, 140, 73
HSL
128°, 38%, 40%
CMYK
55, 0, 48, 45
Luminance
0.2029
Every format
| HEX | #3f8c49 |
| RGB | rgb(63, 140, 73) |
| HSL | hsl(128, 38%, 40%) |
| CMYK | cmyk(55%, 0%, 48%, 45%) |
| LAB | lab(52.2 -38.7 28.7) |
| LCH | lch(52.2 48.1 143.5) |
| OKLCH | oklch(0.575 0.126 146.3) |
Copy-ready code
/* CSS */
color: #3f8c49;
background-color: #3f8c49;
/* Tailwind (arbitrary) */
class="text-[#3f8c49] bg-[#3f8c49]"
/* SCSS */
$brand: #3f8c49;
/* SwiftUI */
Color(red: 0.247, green: 0.549, blue: 0.286)
/* Android */
Color.parseColor("#3f8c49")Accessibility — WCAG contrast
Aa
#3f8c49 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f8c49 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green54.9%
Blue28.6%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow47.9%
Key (black)45.1%
Color previews
#3f8c49 text on a black background
contrast 5.06:1
Card sample
#3f8c49 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f8c49;
Background color
Panel with #3f8c49 background
background-color: #3f8c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f8c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 140, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 140, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f8c49; background: linear-gradient(135deg, #3f8c49, #3F8C7C);