#503df7
a balanced, electric blue · warm · closest name: blue
RGB
80, 61, 247
HSL
246°, 92%, 60%
CMYK
68, 75, 0, 3
Luminance
0.1176
Every format
| HEX | #503df7 |
| RGB | rgb(80, 61, 247) |
| HSL | hsl(246, 92%, 60%) |
| CMYK | cmyk(68%, 75%, 0%, 3%) |
| LAB | lab(40.8 60.9 -89.1) |
| LCH | lch(40.8 107.9 304.4) |
| OKLCH | oklch(0.516 0.259 276.8) |
Copy-ready code
/* CSS */
color: #503df7;
background-color: #503df7;
/* Tailwind (arbitrary) */
class="text-[#503df7] bg-[#503df7]"
/* SCSS */
$brand: #503df7;
/* SwiftUI */
Color(red: 0.314, green: 0.239, blue: 0.969)
/* Android */
Color.parseColor("#503df7")Accessibility — WCAG contrast
Aa
#503df7 on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#503df7 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.9%
Blue96.9%
CMYK percentages
Cyan67.6%
Magenta75.3%
Yellow0.0%
Key (black)3.1%
Color previews
#503df7 text on a black background
contrast 3.35:1
Card sample
#503df7 text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503df7;
Background color
Panel with #503df7 background
background-color: #503df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 61, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 61, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503df7; background: linear-gradient(135deg, #503df7, #CC3DF7);