#503fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
80, 63, 223
HSL
246°, 71%, 56%
CMYK
64, 72, 0, 13
Luminance
0.1059
Every format
| HEX | #503fdf |
| RGB | rgb(80, 63, 223) |
| HSL | hsl(246, 71%, 56%) |
| CMYK | cmyk(64%, 72%, 0%, 13%) |
| LAB | lab(38.9 52.7 -78.7) |
| LCH | lch(38.9 94.7 303.8) |
| OKLCH | oklch(0.496 0.230 278.7) |
Copy-ready code
/* CSS */
color: #503fdf;
background-color: #503fdf;
/* Tailwind (arbitrary) */
class="text-[#503fdf] bg-[#503fdf]"
/* SCSS */
$brand: #503fdf;
/* SwiftUI */
Color(red: 0.314, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#503fdf")Accessibility — WCAG contrast
Aa
#503fdf on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#503fdf on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green24.7%
Blue87.5%
CMYK percentages
Cyan64.1%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#503fdf text on a black background
contrast 3.12:1
Card sample
#503fdf text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503fdf;
Background color
Panel with #503fdf background
background-color: #503fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503fdf; background: linear-gradient(135deg, #503fdf, #BB3FDF);