#5656eb
a balanced, electric blue · warm · closest name: slateblue
RGB
86, 86, 235
HSL
240°, 79%, 63%
CMYK
63, 63, 0, 8
Luminance
0.1463
Every format
| HEX | #5656eb |
| RGB | rgb(86, 86, 235) |
| HSL | hsl(240, 79%, 63%) |
| CMYK | cmyk(63%, 63%, 0%, 8%) |
| LAB | lab(45.1 44.3 -75.3) |
| LCH | lch(45.1 87.3 300.5) |
| OKLCH | oklch(0.545 0.218 276.4) |
Copy-ready code
/* CSS */
color: #5656eb;
background-color: #5656eb;
/* Tailwind (arbitrary) */
class="text-[#5656eb] bg-[#5656eb]"
/* SCSS */
$brand: #5656eb;
/* SwiftUI */
Color(red: 0.337, green: 0.337, blue: 0.922)
/* Android */
Color.parseColor("#5656eb")Accessibility — WCAG contrast
Aa
#5656eb on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5656eb on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green33.7%
Blue92.2%
CMYK percentages
Cyan63.4%
Magenta63.4%
Yellow0.0%
Key (black)7.8%
Color previews
#5656eb text on a black background
contrast 3.93:1
Card sample
#5656eb text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5656eb;
Background color
Panel with #5656eb background
background-color: #5656eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5656eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 86, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 86, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5656eb; background: linear-gradient(135deg, #5656eb, #B956EB);