#5656ff
a light, electric blue · warm · closest name: slateblue
RGB
86, 86, 255
HSL
240°, 100%, 67%
CMYK
66, 66, 0, 0
Luminance
0.1585
Every format
| HEX | #5656ff |
| RGB | rgb(86, 86, 255) |
| HSL | hsl(240, 100%, 67%) |
| CMYK | cmyk(66%, 66%, 0%, 0%) |
| LAB | lab(46.8 50.6 -83.8) |
| LCH | lch(46.8 97.9 301.2) |
| OKLCH | oklch(0.562 0.243 275.3) |
Copy-ready code
/* CSS */
color: #5656ff;
background-color: #5656ff;
/* Tailwind (arbitrary) */
class="text-[#5656ff] bg-[#5656ff]"
/* SCSS */
$brand: #5656ff;
/* SwiftUI */
Color(red: 0.337, green: 0.337, blue: 1.000)
/* Android */
Color.parseColor("#5656ff")Accessibility — WCAG contrast
Aa
#5656ff on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5656ff on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green33.7%
Blue100.0%
CMYK percentages
Cyan66.3%
Magenta66.3%
Yellow0.0%
Key (black)0.0%
Color previews
#5656ff text on a black background
contrast 4.17:1
Card sample
#5656ff text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5656ff;
Background color
Panel with #5656ff background
background-color: #5656ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5656ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 86, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 86, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5656ff; background: linear-gradient(135deg, #5656ff, #C756FF);