#503cbe
a balanced, vivid blue · warm · closest name: slateblue
RGB
80, 60, 190
HSL
249°, 52%, 49%
CMYK
58, 68, 0, 26
Luminance
0.0865
Every format
| HEX | #503cbe |
| RGB | rgb(80, 60, 190) |
| HSL | hsl(249, 52%, 49%) |
| CMYK | cmyk(58%, 68%, 0%, 26%) |
| LAB | lab(35.3 44.3 -65.5) |
| LCH | lch(35.3 79.0 304.1) |
| OKLCH | oklch(0.461 0.193 282.8) |
Copy-ready code
/* CSS */
color: #503cbe;
background-color: #503cbe;
/* Tailwind (arbitrary) */
class="text-[#503cbe] bg-[#503cbe]"
/* SCSS */
$brand: #503cbe;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.745)
/* Android */
Color.parseColor("#503cbe")Accessibility — WCAG contrast
Aa
#503cbe on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503cbe on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue74.5%
CMYK percentages
Cyan57.9%
Magenta68.4%
Yellow0.0%
Key (black)25.5%
Color previews
#503cbe text on a black background
contrast 2.73:1
Card sample
#503cbe text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503cbe;
Background color
Panel with #503cbe background
background-color: #503cbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503cbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503cbe; background: linear-gradient(135deg, #503cbe, #A73CBE);