#3f7e3f
a dark, soft green · cool · closest name: seagreen
RGB
63, 126, 63
HSL
120°, 33%, 37%
CMYK
50, 0, 50, 51
Luminance
0.1634
Every format
| HEX | #3f7e3f |
| RGB | rgb(63, 126, 63) |
| HSL | hsl(120, 33%, 37%) |
| CMYK | cmyk(50%, 0%, 50%, 51%) |
| LAB | lab(47.4 -34.1 28.1) |
| LCH | lch(47.4 44.2 140.6) |
| OKLCH | oklch(0.535 0.115 143.8) |
Copy-ready code
/* CSS */
color: #3f7e3f;
background-color: #3f7e3f;
/* Tailwind (arbitrary) */
class="text-[#3f7e3f] bg-[#3f7e3f]"
/* SCSS */
$brand: #3f7e3f;
/* SwiftUI */
Color(red: 0.247, green: 0.494, blue: 0.247)
/* Android */
Color.parseColor("#3f7e3f")Accessibility — WCAG contrast
Aa
#3f7e3f on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f7e3f on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green49.4%
Blue24.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow50.0%
Key (black)50.6%
Color previews
#3f7e3f text on a black background
contrast 4.27:1
Card sample
#3f7e3f text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f7e3f;
Background color
Panel with #3f7e3f background
background-color: #3f7e3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f7e3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 126, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 126, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f7e3f; background: linear-gradient(135deg, #3f7e3f, #3F7E69);