#504df0
a balanced, electric blue · warm · closest name: slateblue
RGB
80, 77, 240
HSL
241°, 85%, 62%
CMYK
67, 68, 0, 6
Luminance
0.1330
Every format
| HEX | #504df0 |
| RGB | rgb(80, 77, 240) |
| HSL | hsl(241, 85%, 62%) |
| CMYK | cmyk(67%, 68%, 0%, 6%) |
| LAB | lab(43.2 50.3 -81.2) |
| LCH | lch(43.2 95.5 301.8) |
| OKLCH | oklch(0.532 0.236 275.6) |
Copy-ready code
/* CSS */
color: #504df0;
background-color: #504df0;
/* Tailwind (arbitrary) */
class="text-[#504df0] bg-[#504df0]"
/* SCSS */
$brand: #504df0;
/* SwiftUI */
Color(red: 0.314, green: 0.302, blue: 0.941)
/* Android */
Color.parseColor("#504df0")Accessibility — WCAG contrast
Aa
#504df0 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#504df0 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green30.2%
Blue94.1%
CMYK percentages
Cyan66.7%
Magenta67.9%
Yellow0.0%
Key (black)5.9%
Color previews
#504df0 text on a black background
contrast 3.66:1
Card sample
#504df0 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #504df0;
Background color
Panel with #504df0 background
background-color: #504df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #504df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 77, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 77, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #504df0; background: linear-gradient(135deg, #504df0, #BD4DF0);