#5744ff
a balanced, electric blue · warm · closest name: blue
RGB
87, 68, 255
HSL
246°, 100%, 63%
CMYK
66, 73, 0, 0
Luminance
0.1338
Every format
| HEX | #5744ff |
| RGB | rgb(87, 68, 255) |
| HSL | hsl(246, 100%, 63%) |
| CMYK | cmyk(66%, 73%, 0%, 0%) |
| LAB | lab(43.3 60.5 -89.4) |
| LCH | lch(43.3 108.0 304.1) |
| OKLCH | oklch(0.538 0.261 277.6) |
Copy-ready code
/* CSS */
color: #5744ff;
background-color: #5744ff;
/* Tailwind (arbitrary) */
class="text-[#5744ff] bg-[#5744ff]"
/* SCSS */
$brand: #5744ff;
/* SwiftUI */
Color(red: 0.341, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#5744ff")Accessibility — WCAG contrast
Aa
#5744ff on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5744ff on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green26.7%
Blue100.0%
CMYK percentages
Cyan65.9%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#5744ff text on a black background
contrast 3.68:1
Card sample
#5744ff text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5744ff;
Background color
Panel with #5744ff background
background-color: #5744ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5744ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5744ff; background: linear-gradient(135deg, #5744ff, #D444FF);