#3f8d5f
a dark, soft green · cool · closest name: seagreen
RGB
63, 141, 95
HSL
145°, 38%, 40%
CMYK
55, 0, 33, 45
Luminance
0.2093
Every format
| HEX | #3f8d5f |
| RGB | rgb(63, 141, 95) |
| HSL | hsl(145, 38%, 40%) |
| CMYK | cmyk(55%, 0%, 33%, 45%) |
| LAB | lab(52.9 -35.1 17.4) |
| LCH | lch(52.9 39.2 153.6) |
| OKLCH | oklch(0.582 0.105 155.2) |
Copy-ready code
/* CSS */
color: #3f8d5f;
background-color: #3f8d5f;
/* Tailwind (arbitrary) */
class="text-[#3f8d5f] bg-[#3f8d5f]"
/* SCSS */
$brand: #3f8d5f;
/* SwiftUI */
Color(red: 0.247, green: 0.553, blue: 0.373)
/* Android */
Color.parseColor("#3f8d5f")Accessibility — WCAG contrast
Aa
#3f8d5f on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f8d5f on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green55.3%
Blue37.3%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow32.6%
Key (black)44.7%
Color previews
#3f8d5f text on a black background
contrast 5.19:1
Card sample
#3f8d5f text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f8d5f;
Background color
Panel with #3f8d5f background
background-color: #3f8d5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f8d5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 141, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 141, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f8d5f; background: linear-gradient(135deg, #3f8d5f, #3F878D);