#3f8d52
a dark, soft green · cool · closest name: seagreen
RGB
63, 141, 82
HSL
135°, 38%, 40%
CMYK
55, 0, 42, 45
Luminance
0.2072
Every format
| HEX | #3f8d52 |
| RGB | rgb(63, 141, 82) |
| HSL | hsl(135, 38%, 40%) |
| CMYK | cmyk(55%, 0%, 42%, 45%) |
| LAB | lab(52.6 -37.6 24.4) |
| LCH | lch(52.6 44.8 147.0) |
| OKLCH | oklch(0.579 0.118 149.3) |
Copy-ready code
/* CSS */
color: #3f8d52;
background-color: #3f8d52;
/* Tailwind (arbitrary) */
class="text-[#3f8d52] bg-[#3f8d52]"
/* SCSS */
$brand: #3f8d52;
/* SwiftUI */
Color(red: 0.247, green: 0.553, blue: 0.322)
/* Android */
Color.parseColor("#3f8d52")Accessibility — WCAG contrast
Aa
#3f8d52 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f8d52 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green55.3%
Blue32.2%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow41.8%
Key (black)44.7%
Color previews
#3f8d52 text on a black background
contrast 5.14:1
Card sample
#3f8d52 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f8d52;
Background color
Panel with #3f8d52 background
background-color: #3f8d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f8d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 141, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 141, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f8d52; background: linear-gradient(135deg, #3f8d52, #3F8D86);