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