#4c503c
a dark, muted green · cool · closest name: darkslategray
RGB
76, 80, 60
HSL
72°, 14%, 28%
CMYK
5, 0, 25, 69
Luminance
0.0760
Every format
| HEX | #4c503c |
| RGB | rgb(76, 80, 60) |
| HSL | hsl(72, 14%, 28%) |
| CMYK | cmyk(5%, 0%, 25%, 69%) |
| LAB | lab(33.1 -5.6 11.3) |
| LCH | lch(33.1 12.6 116.4) |
| OKLCH | oklch(0.422 0.032 117.0) |
Copy-ready code
/* CSS */
color: #4c503c;
background-color: #4c503c;
/* Tailwind (arbitrary) */
class="text-[#4c503c] bg-[#4c503c]"
/* SCSS */
$brand: #4c503c;
/* SwiftUI */
Color(red: 0.298, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#4c503c")Accessibility — WCAG contrast
Aa
#4c503c on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c503c on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green31.4%
Blue23.5%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#4c503c text on a black background
contrast 2.52:1
Card sample
#4c503c text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c503c;
Background color
Panel with #4c503c background
background-color: #4c503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c503c; background: linear-gradient(135deg, #4c503c, #3F503C);