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