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