#503eee
a balanced, electric blue · warm · closest name: blue
RGB
80, 62, 238
HSL
246°, 84%, 59%
CMYK
66, 74, 0, 7
Luminance
0.1132
Every format
| HEX | #503eee |
| RGB | rgb(80, 62, 238) |
| HSL | hsl(246, 84%, 59%) |
| CMYK | cmyk(66%, 74%, 0%, 7%) |
| LAB | lab(40.1 57.8 -85.2) |
| LCH | lch(40.1 102.9 304.1) |
| OKLCH | oklch(0.509 0.248 277.5) |
Copy-ready code
/* CSS */
color: #503eee;
background-color: #503eee;
/* Tailwind (arbitrary) */
class="text-[#503eee] bg-[#503eee]"
/* SCSS */
$brand: #503eee;
/* SwiftUI */
Color(red: 0.314, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#503eee")Accessibility — WCAG contrast
Aa
#503eee on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#503eee on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green24.3%
Blue93.3%
CMYK percentages
Cyan66.4%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#503eee text on a black background
contrast 3.26:1
Card sample
#503eee text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503eee;
Background color
Panel with #503eee background
background-color: #503eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503eee; background: linear-gradient(135deg, #503eee, #C53EEE);