#504fc3
a balanced, vivid blue · warm · closest name: slateblue
RGB
80, 79, 195
HSL
241°, 49%, 54%
CMYK
59, 60, 0, 24
Luminance
0.1124
Every format
| HEX | #504fc3 |
| RGB | rgb(80, 79, 195) |
| HSL | hsl(241, 49%, 54%) |
| CMYK | cmyk(59%, 60%, 0%, 24%) |
| LAB | lab(40.0 34.5 -60.8) |
| LCH | lch(40.0 69.9 299.6) |
| OKLCH | oklch(0.497 0.176 278.2) |
Copy-ready code
/* CSS */
color: #504fc3;
background-color: #504fc3;
/* Tailwind (arbitrary) */
class="text-[#504fc3] bg-[#504fc3]"
/* SCSS */
$brand: #504fc3;
/* SwiftUI */
Color(red: 0.314, green: 0.310, blue: 0.765)
/* Android */
Color.parseColor("#504fc3")Accessibility — WCAG contrast
Aa
#504fc3 on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#504fc3 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green31.0%
Blue76.5%
CMYK percentages
Cyan59.0%
Magenta59.5%
Yellow0.0%
Key (black)23.5%
Color previews
#504fc3 text on a black background
contrast 3.25:1
Card sample
#504fc3 text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #504fc3;
Background color
Panel with #504fc3 background
background-color: #504fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #504fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 79, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 79, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #504fc3; background: linear-gradient(135deg, #504fc3, #9D4FC3);