#3f503c
a dark, muted green · cool · closest name: darkslategray
RGB
63, 80, 60
HSL
111°, 14%, 28%
CMYK
21, 0, 25, 69
Luminance
0.0712
Every format
| HEX | #3f503c |
| RGB | rgb(63, 80, 60) |
| HSL | hsl(111, 14%, 28%) |
| CMYK | cmyk(21%, 0%, 25%, 69%) |
| LAB | lab(32.1 -11.1 9.7) |
| LCH | lch(32.1 14.8 139.1) |
| OKLCH | oklch(0.410 0.039 140.9) |
Copy-ready code
/* CSS */
color: #3f503c;
background-color: #3f503c;
/* Tailwind (arbitrary) */
class="text-[#3f503c] bg-[#3f503c]"
/* SCSS */
$brand: #3f503c;
/* SwiftUI */
Color(red: 0.247, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#3f503c")Accessibility — WCAG contrast
Aa
#3f503c on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f503c on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green31.4%
Blue23.5%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#3f503c text on a black background
contrast 2.42:1
Card sample
#3f503c text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f503c;
Background color
Panel with #3f503c background
background-color: #3f503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f503c; background: linear-gradient(135deg, #3f503c, #3C5046);