#503cff
a balanced, electric blue · warm · closest name: blue
RGB
80, 60, 255
HSL
246°, 100%, 62%
CMYK
69, 77, 0, 0
Luminance
0.1216
Every format
| HEX | #503cff |
| RGB | rgb(80, 60, 255) |
| HSL | hsl(246, 100%, 62%) |
| CMYK | cmyk(69%, 77%, 0%, 0%) |
| LAB | lab(41.5 63.8 -92.5) |
| LCH | lch(41.5 112.4 304.6) |
| OKLCH | oklch(0.523 0.269 276.3) |
Copy-ready code
/* CSS */
color: #503cff;
background-color: #503cff;
/* Tailwind (arbitrary) */
class="text-[#503cff] bg-[#503cff]"
/* SCSS */
$brand: #503cff;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 1.000)
/* Android */
Color.parseColor("#503cff")Accessibility — WCAG contrast
Aa
#503cff on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#503cff on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue100.0%
CMYK percentages
Cyan68.6%
Magenta76.5%
Yellow0.0%
Key (black)0.0%
Color previews
#503cff text on a black background
contrast 3.43:1
Card sample
#503cff text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503cff;
Background color
Panel with #503cff background
background-color: #503cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503cff; background: linear-gradient(135deg, #503cff, #D23CFF);