#514fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
81, 79, 223
HSL
241°, 69%, 59%
CMYK
64, 65, 0, 13
Luminance
0.1267
Every format
| HEX | #514fdf |
| RGB | rgb(81, 79, 223) |
| HSL | hsl(241, 69%, 59%) |
| CMYK | cmyk(64%, 65%, 0%, 13%) |
| LAB | lab(42.3 43.8 -73.2) |
| LCH | lch(42.3 85.3 300.9) |
| OKLCH | oklch(0.520 0.212 276.7) |
Copy-ready code
/* CSS */
color: #514fdf;
background-color: #514fdf;
/* Tailwind (arbitrary) */
class="text-[#514fdf] bg-[#514fdf]"
/* SCSS */
$brand: #514fdf;
/* SwiftUI */
Color(red: 0.318, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#514fdf")Accessibility — WCAG contrast
Aa
#514fdf on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#514fdf on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green31.0%
Blue87.5%
CMYK percentages
Cyan63.7%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#514fdf text on a black background
contrast 3.53:1
Card sample
#514fdf text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #514fdf;
Background color
Panel with #514fdf background
background-color: #514fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #514fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #514fdf; background: linear-gradient(135deg, #514fdf, #B14FDF);