#503c4b
a dark, muted magenta / pink · warm · closest name: darkslategray
RGB
80, 60, 75
HSL
315°, 14%, 28%
CMYK
0, 25, 6, 69
Luminance
0.0545
Every format
| HEX | #503c4b |
| RGB | rgb(80, 60, 75) |
| HSL | hsl(315, 14%, 28%) |
| CMYK | cmyk(0%, 25%, 6%, 69%) |
| LAB | lab(28.0 11.7 -5.7) |
| LCH | lch(28.0 13.0 333.8) |
| OKLCH | oklch(0.384 0.037 335.4) |
Copy-ready code
/* CSS */
color: #503c4b;
background-color: #503c4b;
/* Tailwind (arbitrary) */
class="text-[#503c4b] bg-[#503c4b]"
/* SCSS */
$brand: #503c4b;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.294)
/* Android */
Color.parseColor("#503c4b")Accessibility — WCAG contrast
Aa
#503c4b on white: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c4b on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow6.2%
Key (black)68.6%
Color previews
#503c4b text on a black background
contrast 2.09:1
Card sample
#503c4b text on a white background
contrast 10.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c4b;
Background color
Panel with #503c4b background
background-color: #503c4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c4b; background: linear-gradient(135deg, #503c4b, #503C3E);