#3f9350
a dark, soft green · cool · closest name: seagreen
RGB
63, 147, 80
HSL
132°, 40%, 41%
CMYK
57, 0, 46, 42
Luminance
0.2250
Every format
| HEX | #3f9350 |
| RGB | rgb(63, 147, 80) |
| HSL | hsl(132, 40%, 41%) |
| CMYK | cmyk(57%, 0%, 46%, 42%) |
| LAB | lab(54.6 -40.5 27.9) |
| LCH | lch(54.6 49.2 145.4) |
| OKLCH | oklch(0.594 0.129 148.0) |
Copy-ready code
/* CSS */
color: #3f9350;
background-color: #3f9350;
/* Tailwind (arbitrary) */
class="text-[#3f9350] bg-[#3f9350]"
/* SCSS */
$brand: #3f9350;
/* SwiftUI */
Color(red: 0.247, green: 0.576, blue: 0.314)
/* Android */
Color.parseColor("#3f9350")Accessibility — WCAG contrast
Aa
#3f9350 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f9350 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green57.6%
Blue31.4%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow45.6%
Key (black)42.4%
Color previews
#3f9350 text on a black background
contrast 5.50:1
Card sample
#3f9350 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f9350;
Background color
Panel with #3f9350 background
background-color: #3f9350;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f9350;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 147, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 147, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f9350; background: linear-gradient(135deg, #3f9350, #3F9388);