#503dfd
a balanced, electric blue · warm · closest name: blue
RGB
80, 61, 253
HSL
246°, 98%, 62%
CMYK
68, 76, 0, 1
Luminance
0.1213
Every format
| HEX | #503dfd |
| RGB | rgb(80, 61, 253) |
| HSL | hsl(246, 98%, 62%) |
| CMYK | cmyk(68%, 76%, 0%, 1%) |
| LAB | lab(41.4 62.7 -91.5) |
| LCH | lch(41.4 110.9 304.4) |
| OKLCH | oklch(0.522 0.266 276.4) |
Copy-ready code
/* CSS */
color: #503dfd;
background-color: #503dfd;
/* Tailwind (arbitrary) */
class="text-[#503dfd] bg-[#503dfd]"
/* SCSS */
$brand: #503dfd;
/* SwiftUI */
Color(red: 0.314, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#503dfd")Accessibility — WCAG contrast
Aa
#503dfd on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#503dfd on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.9%
Blue99.2%
CMYK percentages
Cyan68.4%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#503dfd text on a black background
contrast 3.43:1
Card sample
#503dfd text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503dfd;
Background color
Panel with #503dfd background
background-color: #503dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503dfd; background: linear-gradient(135deg, #503dfd, #D03DFD);