#503fff
a balanced, electric blue · warm · closest name: blue
RGB
80, 63, 255
HSL
245°, 100%, 62%
CMYK
69, 75, 0, 0
Luminance
0.1248
Every format
| HEX | #503fff |
| RGB | rgb(80, 63, 255) |
| HSL | hsl(245, 100%, 62%) |
| CMYK | cmyk(69%, 75%, 0%, 0%) |
| LAB | lab(42.0 62.3 -91.7) |
| LCH | lch(42.0 110.9 304.2) |
| OKLCH | oklch(0.527 0.267 276.0) |
Copy-ready code
/* CSS */
color: #503fff;
background-color: #503fff;
/* Tailwind (arbitrary) */
class="text-[#503fff] bg-[#503fff]"
/* SCSS */
$brand: #503fff;
/* SwiftUI */
Color(red: 0.314, green: 0.247, blue: 1.000)
/* Android */
Color.parseColor("#503fff")Accessibility — WCAG contrast
Aa
#503fff on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#503fff on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green24.7%
Blue100.0%
CMYK percentages
Cyan68.6%
Magenta75.3%
Yellow0.0%
Key (black)0.0%
Color previews
#503fff text on a black background
contrast 3.50:1
Card sample
#503fff text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503fff;
Background color
Panel with #503fff background
background-color: #503fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 63, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 63, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503fff; background: linear-gradient(135deg, #503fff, #D03FFF);