#3f6540
a dark, soft green · cool · closest name: seagreen
RGB
63, 101, 64
HSL
122°, 23%, 32%
CMYK
38, 0, 37, 60
Luminance
0.1073
Every format
| HEX | #3f6540 |
| RGB | rgb(63, 101, 64) |
| HSL | hsl(122, 23%, 32%) |
| CMYK | cmyk(38%, 0%, 37%, 60%) |
| LAB | lab(39.1 -21.9 16.8) |
| LCH | lch(39.1 27.6 142.6) |
| OKLCH | oklch(0.468 0.073 144.9) |
Copy-ready code
/* CSS */
color: #3f6540;
background-color: #3f6540;
/* Tailwind (arbitrary) */
class="text-[#3f6540] bg-[#3f6540]"
/* SCSS */
$brand: #3f6540;
/* SwiftUI */
Color(red: 0.247, green: 0.396, blue: 0.251)
/* Android */
Color.parseColor("#3f6540")Accessibility — WCAG contrast
Aa
#3f6540 on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f6540 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green39.6%
Blue25.1%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow36.6%
Key (black)60.4%
Color previews
#3f6540 text on a black background
contrast 3.15:1
Card sample
#3f6540 text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f6540;
Background color
Panel with #3f6540 background
background-color: #3f6540;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f6540;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 101, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 101, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f6540; background: linear-gradient(135deg, #3f6540, #3F6559);