#5656fd
a light, electric blue · warm · closest name: slateblue
RGB
86, 86, 253
HSL
240°, 98%, 67%
CMYK
66, 66, 0, 1
Luminance
0.1573
Every format
| HEX | #5656fd |
| RGB | rgb(86, 86, 253) |
| HSL | hsl(240, 98%, 67%) |
| CMYK | cmyk(66%, 66%, 0%, 1%) |
| LAB | lab(46.6 50.0 -82.9) |
| LCH | lch(46.6 96.8 301.1) |
| OKLCH | oklch(0.560 0.240 275.4) |
Copy-ready code
/* CSS */
color: #5656fd;
background-color: #5656fd;
/* Tailwind (arbitrary) */
class="text-[#5656fd] bg-[#5656fd]"
/* SCSS */
$brand: #5656fd;
/* SwiftUI */
Color(red: 0.337, green: 0.337, blue: 0.992)
/* Android */
Color.parseColor("#5656fd")Accessibility — WCAG contrast
Aa
#5656fd on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5656fd on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green33.7%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta66.0%
Yellow0.0%
Key (black)0.8%
Color previews
#5656fd text on a black background
contrast 4.15:1
Card sample
#5656fd text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5656fd;
Background color
Panel with #5656fd background
background-color: #5656fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5656fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 86, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 86, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5656fd; background: linear-gradient(135deg, #5656fd, #C556FD);