#514cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
81, 76, 223
HSL
242°, 70%, 59%
CMYK
64, 66, 0, 13
Luminance
0.1225
Every format
| HEX | #514cdf |
| RGB | rgb(81, 76, 223) |
| HSL | hsl(242, 70%, 59%) |
| CMYK | cmyk(64%, 66%, 0%, 13%) |
| LAB | lab(41.6 45.6 -74.2) |
| LCH | lch(41.6 87.1 301.5) |
| OKLCH | oklch(0.516 0.216 277.2) |
Copy-ready code
/* CSS */
color: #514cdf;
background-color: #514cdf;
/* Tailwind (arbitrary) */
class="text-[#514cdf] bg-[#514cdf]"
/* SCSS */
$brand: #514cdf;
/* SwiftUI */
Color(red: 0.318, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#514cdf")Accessibility — WCAG contrast
Aa
#514cdf on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#514cdf on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green29.8%
Blue87.5%
CMYK percentages
Cyan63.7%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#514cdf text on a black background
contrast 3.45:1
Card sample
#514cdf text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #514cdf;
Background color
Panel with #514cdf background
background-color: #514cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #514cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #514cdf; background: linear-gradient(135deg, #514cdf, #B34CDF);