#5752fd
a light, electric blue · warm · closest name: slateblue
RGB
87, 82, 253
HSL
242°, 98%, 66%
CMYK
66, 68, 0, 1
Luminance
0.1515
Every format
| HEX | #5752fd |
| RGB | rgb(87, 82, 253) |
| HSL | hsl(242, 98%, 66%) |
| CMYK | cmyk(66%, 68%, 0%, 1%) |
| LAB | lab(45.8 52.4 -84.2) |
| LCH | lch(45.8 99.2 301.9) |
| OKLCH | oklch(0.555 0.244 276.2) |
Copy-ready code
/* CSS */
color: #5752fd;
background-color: #5752fd;
/* Tailwind (arbitrary) */
class="text-[#5752fd] bg-[#5752fd]"
/* SCSS */
$brand: #5752fd;
/* SwiftUI */
Color(red: 0.341, green: 0.322, blue: 0.992)
/* Android */
Color.parseColor("#5752fd")Accessibility — WCAG contrast
Aa
#5752fd on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5752fd on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green32.2%
Blue99.2%
CMYK percentages
Cyan65.6%
Magenta67.6%
Yellow0.0%
Key (black)0.8%
Color previews
#5752fd text on a black background
contrast 4.03:1
Card sample
#5752fd text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5752fd;
Background color
Panel with #5752fd background
background-color: #5752fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5752fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 82, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 82, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5752fd; background: linear-gradient(135deg, #5752fd, #C952FD);