#501df3
a balanced, electric blue · warm · closest name: blue
RGB
80, 29, 243
HSL
254°, 90%, 53%
CMYK
67, 88, 0, 5
Luminance
0.0906
Every format
| HEX | #501df3 |
| RGB | rgb(80, 29, 243) |
| HSL | hsl(254, 90%, 53%) |
| CMYK | cmyk(67%, 88%, 0%, 5%) |
| LAB | lab(36.1 72.5 -94.7) |
| LCH | lch(36.1 119.3 307.4) |
| OKLCH | oklch(0.483 0.277 279.1) |
Copy-ready code
/* CSS */
color: #501df3;
background-color: #501df3;
/* Tailwind (arbitrary) */
class="text-[#501df3] bg-[#501df3]"
/* SCSS */
$brand: #501df3;
/* SwiftUI */
Color(red: 0.314, green: 0.114, blue: 0.953)
/* Android */
Color.parseColor("#501df3")Accessibility — WCAG contrast
Aa
#501df3 on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#501df3 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green11.4%
Blue95.3%
CMYK percentages
Cyan67.1%
Magenta88.1%
Yellow0.0%
Key (black)4.7%
Color previews
#501df3 text on a black background
contrast 2.81:1
Card sample
#501df3 text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #501df3;
Background color
Panel with #501df3 background
background-color: #501df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #501df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 29, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 29, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #501df3; background: linear-gradient(135deg, #501df3, #DF1DF3);