#503542
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
80, 53, 66
HSL
331°, 20%, 26%
CMYK
0, 34, 18, 69
Luminance
0.0465
Every format
| HEX | #503542 |
| RGB | rgb(80, 53, 66) |
| HSL | hsl(331, 20%, 26%) |
| CMYK | cmyk(0%, 34%, 18%, 69%) |
| LAB | lab(25.7 14.4 -3.2) |
| LCH | lch(25.7 14.8 347.6) |
| OKLCH | oklch(0.365 0.043 349.1) |
Copy-ready code
/* CSS */
color: #503542;
background-color: #503542;
/* Tailwind (arbitrary) */
class="text-[#503542] bg-[#503542]"
/* SCSS */
$brand: #503542;
/* SwiftUI */
Color(red: 0.314, green: 0.208, blue: 0.259)
/* Android */
Color.parseColor("#503542")Accessibility — WCAG contrast
Aa
#503542 on white: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503542 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green20.8%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow17.5%
Key (black)68.6%
Color previews
#503542 text on a black background
contrast 1.93:1
Card sample
#503542 text on a white background
contrast 10.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503542;
Background color
Panel with #503542 background
background-color: #503542;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503542;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 53, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 53, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503542; background: linear-gradient(135deg, #503542, #503A35);