#3f5d3f
a dark, soft green · cool · closest name: darkslategray
RGB
63, 93, 63
HSL
120°, 19%, 31%
CMYK
32, 0, 32, 64
Luminance
0.0924
Every format
| HEX | #3f5d3f |
| RGB | rgb(63, 93, 63) |
| HSL | hsl(120, 19%, 31%) |
| CMYK | cmyk(32%, 0%, 32%, 64%) |
| LAB | lab(36.5 -17.9 13.8) |
| LCH | lch(36.5 22.6 142.4) |
| OKLCH | oklch(0.446 0.060 144.5) |
Copy-ready code
/* CSS */
color: #3f5d3f;
background-color: #3f5d3f;
/* Tailwind (arbitrary) */
class="text-[#3f5d3f] bg-[#3f5d3f]"
/* SCSS */
$brand: #3f5d3f;
/* SwiftUI */
Color(red: 0.247, green: 0.365, blue: 0.247)
/* Android */
Color.parseColor("#3f5d3f")Accessibility — WCAG contrast
Aa
#3f5d3f on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f5d3f on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green36.5%
Blue24.7%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow32.3%
Key (black)63.5%
Color previews
#3f5d3f text on a black background
contrast 2.85:1
Card sample
#3f5d3f text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f5d3f;
Background color
Panel with #3f5d3f background
background-color: #3f5d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f5d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 93, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 93, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f5d3f; background: linear-gradient(135deg, #3f5d3f, #3F5D53);