#503c64
a dark, soft violet · warm · closest name: darkslategray
RGB
80, 60, 100
HSL
270°, 25%, 31%
CMYK
20, 40, 0, 61
Luminance
0.0586
Every format
| HEX | #503c64 |
| RGB | rgb(80, 60, 100) |
| HSL | hsl(270, 25%, 31%) |
| CMYK | cmyk(20%, 40%, 0%, 61%) |
| LAB | lab(29.1 17.6 -20.3) |
| LCH | lch(29.1 26.9 310.9) |
| OKLCH | oklch(0.395 0.070 306.4) |
Copy-ready code
/* CSS */
color: #503c64;
background-color: #503c64;
/* Tailwind (arbitrary) */
class="text-[#503c64] bg-[#503c64]"
/* SCSS */
$brand: #503c64;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.392)
/* Android */
Color.parseColor("#503c64")Accessibility — WCAG contrast
Aa
#503c64 on white: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c64 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue39.2%
CMYK percentages
Cyan20.0%
Magenta40.0%
Yellow0.0%
Key (black)60.8%
Color previews
#503c64 text on a black background
contrast 2.17:1
Card sample
#503c64 text on a white background
contrast 9.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c64;
Background color
Panel with #503c64 background
background-color: #503c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c64; background: linear-gradient(135deg, #503c64, #643C5D);