#503c7a
a dark, soft violet · warm · closest name: midnightblue
RGB
80, 60, 122
HSL
259°, 34%, 36%
CMYK
34, 51, 0, 52
Luminance
0.0634
Every format
| HEX | #503c7a |
| RGB | rgb(80, 60, 122) |
| HSL | hsl(259, 34%, 36%) |
| CMYK | cmyk(34%, 51%, 0%, 52%) |
| LAB | lab(30.3 23.6 -32.4) |
| LCH | lch(30.3 40.1 306.1) |
| OKLCH | oklch(0.408 0.102 296.5) |
Copy-ready code
/* CSS */
color: #503c7a;
background-color: #503c7a;
/* Tailwind (arbitrary) */
class="text-[#503c7a] bg-[#503c7a]"
/* SCSS */
$brand: #503c7a;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.478)
/* Android */
Color.parseColor("#503c7a")Accessibility — WCAG contrast
Aa
#503c7a on white: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c7a on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue47.8%
CMYK percentages
Cyan34.4%
Magenta50.8%
Yellow0.0%
Key (black)52.2%
Color previews
#503c7a text on a black background
contrast 2.27:1
Card sample
#503c7a text on a white background
contrast 9.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c7a;
Background color
Panel with #503c7a background
background-color: #503c7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c7a; background: linear-gradient(135deg, #503c7a, #793C7A);