#3f4635
a deep, muted green · cool · closest name: darkslategray
RGB
63, 70, 53
HSL
85°, 14%, 24%
CMYK
10, 0, 24, 73
Luminance
0.0569
Every format
| HEX | #3f4635 |
| RGB | rgb(63, 70, 53) |
| HSL | hsl(85, 14%, 24%) |
| CMYK | cmyk(10%, 0%, 24%, 73%) |
| LAB | lab(28.6 -6.5 9.3) |
| LCH | lch(28.6 11.4 124.9) |
| OKLCH | oklch(0.382 0.029 126.0) |
Copy-ready code
/* CSS */
color: #3f4635;
background-color: #3f4635;
/* Tailwind (arbitrary) */
class="text-[#3f4635] bg-[#3f4635]"
/* SCSS */
$brand: #3f4635;
/* SwiftUI */
Color(red: 0.247, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#3f4635")Accessibility — WCAG contrast
Aa
#3f4635 on white: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f4635 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green27.5%
Blue20.8%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow24.3%
Key (black)72.5%
Color previews
#3f4635 text on a black background
contrast 2.14:1
Card sample
#3f4635 text on a white background
contrast 9.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f4635;
Background color
Panel with #3f4635 background
background-color: #3f4635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f4635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f4635; background: linear-gradient(135deg, #3f4635, #354636);