#503550
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
80, 53, 80
HSL
300°, 20%, 26%
CMYK
0, 34, 0, 69
Luminance
0.0483
Every format
| HEX | #503550 |
| RGB | rgb(80, 53, 80) |
| HSL | hsl(300, 20%, 26%) |
| CMYK | cmyk(0%, 34%, 0%, 69%) |
| LAB | lab(26.3 17.3 -11.6) |
| LCH | lch(26.3 20.9 326.1) |
| OKLCH | oklch(0.371 0.057 326.7) |
Copy-ready code
/* CSS */
color: #503550;
background-color: #503550;
/* Tailwind (arbitrary) */
class="text-[#503550] bg-[#503550]"
/* SCSS */
$brand: #503550;
/* SwiftUI */
Color(red: 0.314, green: 0.208, blue: 0.314)
/* Android */
Color.parseColor("#503550")Accessibility — WCAG contrast
Aa
#503550 on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503550 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green20.8%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow0.0%
Key (black)68.6%
Color previews
#503550 text on a black background
contrast 1.97:1
Card sample
#503550 text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503550;
Background color
Panel with #503550 background
background-color: #503550;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503550;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 53, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 53, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503550; background: linear-gradient(135deg, #503550, #50353E);