#503ef1
a balanced, electric blue · warm · closest name: blue
RGB
80, 62, 241
HSL
246°, 87%, 59%
CMYK
67, 74, 0, 6
Luminance
0.1150
Every format
| HEX | #503ef1 |
| RGB | rgb(80, 62, 241) |
| HSL | hsl(246, 87%, 59%) |
| CMYK | cmyk(67%, 74%, 0%, 6%) |
| LAB | lab(40.4 58.7 -86.4) |
| LCH | lch(40.4 104.4 304.2) |
| OKLCH | oklch(0.512 0.252 277.2) |
Copy-ready code
/* CSS */
color: #503ef1;
background-color: #503ef1;
/* Tailwind (arbitrary) */
class="text-[#503ef1] bg-[#503ef1]"
/* SCSS */
$brand: #503ef1;
/* SwiftUI */
Color(red: 0.314, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#503ef1")Accessibility — WCAG contrast
Aa
#503ef1 on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#503ef1 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green24.3%
Blue94.5%
CMYK percentages
Cyan66.8%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#503ef1 text on a black background
contrast 3.30:1
Card sample
#503ef1 text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503ef1;
Background color
Panel with #503ef1 background
background-color: #503ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503ef1; background: linear-gradient(135deg, #503ef1, #C73EF1);