#3f613f
a dark, soft green · cool · closest name: darkslategray
RGB
63, 97, 63
HSL
120°, 21%, 31%
CMYK
35, 0, 35, 62
Luminance
0.0997
Every format
| HEX | #3f613f |
| RGB | rgb(63, 97, 63) |
| HSL | hsl(120, 21%, 31%) |
| CMYK | cmyk(35%, 0%, 35%, 62%) |
| LAB | lab(37.8 -20.0 15.6) |
| LCH | lch(37.8 25.4 142.1) |
| OKLCH | oklch(0.457 0.067 144.4) |
Copy-ready code
/* CSS */
color: #3f613f;
background-color: #3f613f;
/* Tailwind (arbitrary) */
class="text-[#3f613f] bg-[#3f613f]"
/* SCSS */
$brand: #3f613f;
/* SwiftUI */
Color(red: 0.247, green: 0.380, blue: 0.247)
/* Android */
Color.parseColor("#3f613f")Accessibility — WCAG contrast
Aa
#3f613f on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f613f on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green38.0%
Blue24.7%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow35.1%
Key (black)62.0%
Color previews
#3f613f text on a black background
contrast 2.99:1
Card sample
#3f613f text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f613f;
Background color
Panel with #3f613f background
background-color: #3f613f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f613f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 97, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 97, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f613f; background: linear-gradient(135deg, #3f613f, #3F6156);