#503c5f
a dark, soft violet · warm · closest name: darkslategray
RGB
80, 60, 95
HSL
274°, 23%, 30%
CMYK
16, 37, 0, 63
Luminance
0.0576
Every format
| HEX | #503c5f |
| RGB | rgb(80, 60, 95) |
| HSL | hsl(274, 23%, 30%) |
| CMYK | cmyk(16%, 37%, 0%, 63%) |
| LAB | lab(28.8 16.3 -17.5) |
| LCH | lch(28.8 23.9 313.1) |
| OKLCH | oklch(0.393 0.063 309.9) |
Copy-ready code
/* CSS */
color: #503c5f;
background-color: #503c5f;
/* Tailwind (arbitrary) */
class="text-[#503c5f] bg-[#503c5f]"
/* SCSS */
$brand: #503c5f;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.373)
/* Android */
Color.parseColor("#503c5f")Accessibility — WCAG contrast
Aa
#503c5f on white: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c5f on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue37.3%
CMYK percentages
Cyan15.8%
Magenta36.8%
Yellow0.0%
Key (black)62.7%
Color previews
#503c5f text on a black background
contrast 2.15:1
Card sample
#503c5f text on a white background
contrast 9.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c5f;
Background color
Panel with #503c5f background
background-color: #503c5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c5f; background: linear-gradient(135deg, #503c5f, #5F3C57);