#3f511f
a deep, soft green · cool · closest name: darkslategray
RGB
63, 81, 31
HSL
82°, 45%, 22%
CMYK
22, 0, 62, 68
Luminance
0.0704
Every format
| HEX | #3f511f |
| RGB | rgb(63, 81, 31) |
| HSL | hsl(82, 45%, 22%) |
| CMYK | cmyk(22%, 0%, 62%, 68%) |
| LAB | lab(31.9 -16.2 26.7) |
| LCH | lch(31.9 31.2 121.2) |
| OKLCH | oklch(0.407 0.077 126.2) |
Copy-ready code
/* CSS */
color: #3f511f;
background-color: #3f511f;
/* Tailwind (arbitrary) */
class="text-[#3f511f] bg-[#3f511f]"
/* SCSS */
$brand: #3f511f;
/* SwiftUI */
Color(red: 0.247, green: 0.318, blue: 0.122)
/* Android */
Color.parseColor("#3f511f")Accessibility — WCAG contrast
Aa
#3f511f on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f511f on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green31.8%
Blue12.2%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow61.7%
Key (black)68.2%
Color previews
#3f511f text on a black background
contrast 2.41:1
Card sample
#3f511f text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f511f;
Background color
Panel with #3f511f background
background-color: #3f511f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f511f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 81, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 81, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f511f; background: linear-gradient(135deg, #3f511f, #1F5120);