#503c88
a dark, soft violet · warm · closest name: midnightblue
RGB
80, 60, 136
HSL
256°, 39%, 38%
CMYK
41, 56, 0, 47
Luminance
0.0671
Every format
| HEX | #503c88 |
| RGB | rgb(80, 60, 136) |
| HSL | hsl(256, 39%, 38%) |
| CMYK | cmyk(41%, 56%, 0%, 47%) |
| LAB | lab(31.1 27.7 -39.7) |
| LCH | lch(31.1 48.4 305.0) |
| OKLCH | oklch(0.418 0.122 292.5) |
Copy-ready code
/* CSS */
color: #503c88;
background-color: #503c88;
/* Tailwind (arbitrary) */
class="text-[#503c88] bg-[#503c88]"
/* SCSS */
$brand: #503c88;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.533)
/* Android */
Color.parseColor("#503c88")Accessibility — WCAG contrast
Aa
#503c88 on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c88 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue53.3%
CMYK percentages
Cyan41.2%
Magenta55.9%
Yellow0.0%
Key (black)46.7%
Color previews
#503c88 text on a black background
contrast 2.34:1
Card sample
#503c88 text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c88;
Background color
Panel with #503c88 background
background-color: #503c88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c88; background: linear-gradient(135deg, #503c88, #833C88);