#5147df
a balanced, vivid blue · warm · closest name: slateblue
RGB
81, 71, 223
HSL
244°, 70%, 58%
CMYK
64, 68, 0, 13
Luminance
0.1158
Every format
| HEX | #5147df |
| RGB | rgb(81, 71, 223) |
| HSL | hsl(244, 70%, 58%) |
| CMYK | cmyk(64%, 68%, 0%, 13%) |
| LAB | lab(40.5 48.4 -76.0) |
| LCH | lch(40.5 90.1 302.5) |
| OKLCH | oklch(0.508 0.221 277.9) |
Copy-ready code
/* CSS */
color: #5147df;
background-color: #5147df;
/* Tailwind (arbitrary) */
class="text-[#5147df] bg-[#5147df]"
/* SCSS */
$brand: #5147df;
/* SwiftUI */
Color(red: 0.318, green: 0.278, blue: 0.875)
/* Android */
Color.parseColor("#5147df")Accessibility — WCAG contrast
Aa
#5147df on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5147df on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green27.8%
Blue87.5%
CMYK percentages
Cyan63.7%
Magenta68.2%
Yellow0.0%
Key (black)12.5%
Color previews
#5147df text on a black background
contrast 3.32:1
Card sample
#5147df text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5147df;
Background color
Panel with #5147df background
background-color: #5147df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5147df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 71, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 71, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5147df; background: linear-gradient(135deg, #5147df, #B647DF);