#504fcf
a balanced, vivid blue · warm · closest name: slateblue
RGB
80, 79, 207
HSL
241°, 57%, 56%
CMYK
61, 62, 0, 19
Luminance
0.1180
Every format
| HEX | #504fcf |
| RGB | rgb(80, 79, 207) |
| HSL | hsl(241, 57%, 56%) |
| CMYK | cmyk(61%, 62%, 0%, 19%) |
| LAB | lab(40.9 38.5 -66.2) |
| LCH | lch(40.9 76.6 300.1) |
| OKLCH | oklch(0.506 0.192 277.4) |
Copy-ready code
/* CSS */
color: #504fcf;
background-color: #504fcf;
/* Tailwind (arbitrary) */
class="text-[#504fcf] bg-[#504fcf]"
/* SCSS */
$brand: #504fcf;
/* SwiftUI */
Color(red: 0.314, green: 0.310, blue: 0.812)
/* Android */
Color.parseColor("#504fcf")Accessibility — WCAG contrast
Aa
#504fcf on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#504fcf on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green31.0%
Blue81.2%
CMYK percentages
Cyan61.4%
Magenta61.8%
Yellow0.0%
Key (black)18.8%
Color previews
#504fcf text on a black background
contrast 3.36:1
Card sample
#504fcf text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #504fcf;
Background color
Panel with #504fcf background
background-color: #504fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #504fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 79, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 79, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #504fcf; background: linear-gradient(135deg, #504fcf, #A54FCF);