#503c7b
a dark, soft violet · warm · closest name: midnightblue
RGB
80, 60, 123
HSL
259°, 34%, 36%
CMYK
35, 51, 0, 52
Luminance
0.0637
Every format
| HEX | #503c7b |
| RGB | rgb(80, 60, 123) |
| HSL | hsl(259, 34%, 36%) |
| CMYK | cmyk(35%, 51%, 0%, 52%) |
| LAB | lab(30.3 23.9 -32.9) |
| LCH | lch(30.3 40.7 306.0) |
| OKLCH | oklch(0.409 0.103 296.2) |
Copy-ready code
/* CSS */
color: #503c7b;
background-color: #503c7b;
/* Tailwind (arbitrary) */
class="text-[#503c7b] bg-[#503c7b]"
/* SCSS */
$brand: #503c7b;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.482)
/* Android */
Color.parseColor("#503c7b")Accessibility — WCAG contrast
Aa
#503c7b on white: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c7b on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue48.2%
CMYK percentages
Cyan35.0%
Magenta51.2%
Yellow0.0%
Key (black)51.8%
Color previews
#503c7b text on a black background
contrast 2.27:1
Card sample
#503c7b text on a white background
contrast 9.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c7b;
Background color
Panel with #503c7b background
background-color: #503c7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c7b; background: linear-gradient(135deg, #503c7b, #7A3C7B);