#40503c
a dark, muted green · cool · closest name: darkslategray
RGB
64, 80, 60
HSL
108°, 14%, 28%
CMYK
20, 0, 25, 69
Luminance
0.0715
Every format
| HEX | #40503c |
| RGB | rgb(64, 80, 60) |
| HSL | hsl(108, 14%, 28%) |
| CMYK | cmyk(20%, 0%, 25%, 69%) |
| LAB | lab(32.1 -10.7 9.8) |
| LCH | lch(32.1 14.5 137.7) |
| OKLCH | oklch(0.411 0.038 139.4) |
Copy-ready code
/* CSS */
color: #40503c;
background-color: #40503c;
/* Tailwind (arbitrary) */
class="text-[#40503c] bg-[#40503c]"
/* SCSS */
$brand: #40503c;
/* SwiftUI */
Color(red: 0.251, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#40503c")Accessibility — WCAG contrast
Aa
#40503c on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#40503c on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green31.4%
Blue23.5%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#40503c text on a black background
contrast 2.43:1
Card sample
#40503c text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40503c;
Background color
Panel with #40503c background
background-color: #40503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40503c; background: linear-gradient(135deg, #40503c, #3C5045);