#5752cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
87, 82, 207
HSL
242°, 57%, 57%
CMYK
58, 60, 0, 19
Luminance
0.1257
Every format
| HEX | #5752cf |
| RGB | rgb(87, 82, 207) |
| HSL | hsl(242, 57%, 57%) |
| CMYK | cmyk(58%, 60%, 0%, 19%) |
| LAB | lab(42.1 37.8 -64.2) |
| LCH | lch(42.1 74.5 300.5) |
| OKLCH | oklch(0.516 0.187 279.4) |
Copy-ready code
/* CSS */
color: #5752cf;
background-color: #5752cf;
/* Tailwind (arbitrary) */
class="text-[#5752cf] bg-[#5752cf]"
/* SCSS */
$brand: #5752cf;
/* SwiftUI */
Color(red: 0.341, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#5752cf")Accessibility — WCAG contrast
Aa
#5752cf on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5752cf on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green32.2%
Blue81.2%
CMYK percentages
Cyan58.0%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#5752cf text on a black background
contrast 3.51:1
Card sample
#5752cf text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5752cf;
Background color
Panel with #5752cf background
background-color: #5752cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5752cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5752cf; background: linear-gradient(135deg, #5752cf, #AA52CF);