#514ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
81, 74, 222
HSL
243°, 69%, 58%
CMYK
64, 67, 0, 13
Luminance
0.1192
Every format
| HEX | #514ade |
| RGB | rgb(81, 74, 222) |
| HSL | hsl(243, 69%, 58%) |
| CMYK | cmyk(64%, 67%, 0%, 13%) |
| LAB | lab(41.1 46.4 -74.5) |
| LCH | lch(41.1 87.8 301.9) |
| OKLCH | oklch(0.512 0.217 277.6) |
Copy-ready code
/* CSS */
color: #514ade;
background-color: #514ade;
/* Tailwind (arbitrary) */
class="text-[#514ade] bg-[#514ade]"
/* SCSS */
$brand: #514ade;
/* SwiftUI */
Color(red: 0.318, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#514ade")Accessibility — WCAG contrast
Aa
#514ade on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#514ade on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green29.0%
Blue87.1%
CMYK percentages
Cyan63.5%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#514ade text on a black background
contrast 3.38:1
Card sample
#514ade text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #514ade;
Background color
Panel with #514ade background
background-color: #514ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #514ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #514ade; background: linear-gradient(135deg, #514ade, #B44ADE);