#503578
a dark, soft violet · warm · closest name: midnightblue
RGB
80, 53, 120
HSL
264°, 39%, 34%
CMYK
33, 56, 0, 53
Luminance
0.0561
Every format
| HEX | #503578 |
| RGB | rgb(80, 53, 120) |
| HSL | hsl(264, 39%, 34%) |
| CMYK | cmyk(33%, 56%, 0%, 53%) |
| LAB | lab(28.4 27.5 -34.1) |
| LCH | lch(28.4 43.8 308.9) |
| OKLCH | oklch(0.394 0.111 299.9) |
Copy-ready code
/* CSS */
color: #503578;
background-color: #503578;
/* Tailwind (arbitrary) */
class="text-[#503578] bg-[#503578]"
/* SCSS */
$brand: #503578;
/* SwiftUI */
Color(red: 0.314, green: 0.208, blue: 0.471)
/* Android */
Color.parseColor("#503578")Accessibility — WCAG contrast
Aa
#503578 on white: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503578 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green20.8%
Blue47.1%
CMYK percentages
Cyan33.3%
Magenta55.8%
Yellow0.0%
Key (black)52.9%
Color previews
#503578 text on a black background
contrast 2.12:1
Card sample
#503578 text on a white background
contrast 9.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503578;
Background color
Panel with #503578 background
background-color: #503578;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503578;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 53, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 53, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503578; background: linear-gradient(135deg, #503578, #783573);