#503c90
a dark, soft blue · warm · closest name: midnightblue
RGB
80, 60, 144
HSL
254°, 41%, 40%
CMYK
44, 58, 0, 44
Luminance
0.0695
Every format
| HEX | #503c90 |
| RGB | rgb(80, 60, 144) |
| HSL | hsl(254, 41%, 40%) |
| CMYK | cmyk(44%, 58%, 0%, 44%) |
| LAB | lab(31.7 30.1 -43.7) |
| LCH | lch(31.7 53.1 304.6) |
| OKLCH | oklch(0.424 0.133 290.6) |
Copy-ready code
/* CSS */
color: #503c90;
background-color: #503c90;
/* Tailwind (arbitrary) */
class="text-[#503c90] bg-[#503c90]"
/* SCSS */
$brand: #503c90;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.565)
/* Android */
Color.parseColor("#503c90")Accessibility — WCAG contrast
Aa
#503c90 on white: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c90 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue56.5%
CMYK percentages
Cyan44.4%
Magenta58.3%
Yellow0.0%
Key (black)43.5%
Color previews
#503c90 text on a black background
contrast 2.39:1
Card sample
#503c90 text on a white background
contrast 8.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c90;
Background color
Panel with #503c90 background
background-color: #503c90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c90; background: linear-gradient(135deg, #503c90, #883C90);