#503c91
a dark, soft blue · warm · closest name: midnightblue
RGB
80, 60, 145
HSL
254°, 42%, 40%
CMYK
45, 59, 0, 43
Luminance
0.0698
Every format
| HEX | #503c91 |
| RGB | rgb(80, 60, 145) |
| HSL | hsl(254, 42%, 40%) |
| CMYK | cmyk(45%, 59%, 0%, 43%) |
| LAB | lab(31.8 30.4 -44.2) |
| LCH | lch(31.8 53.7 304.5) |
| OKLCH | oklch(0.424 0.134 290.3) |
Copy-ready code
/* CSS */
color: #503c91;
background-color: #503c91;
/* Tailwind (arbitrary) */
class="text-[#503c91] bg-[#503c91]"
/* SCSS */
$brand: #503c91;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.569)
/* Android */
Color.parseColor("#503c91")Accessibility — WCAG contrast
Aa
#503c91 on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c91 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue56.9%
CMYK percentages
Cyan44.8%
Magenta58.6%
Yellow0.0%
Key (black)43.1%
Color previews
#503c91 text on a black background
contrast 2.40:1
Card sample
#503c91 text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c91;
Background color
Panel with #503c91 background
background-color: #503c91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c91; background: linear-gradient(135deg, #503c91, #893C91);