#5855cc
a balanced, vivid blue · warm · closest name: slateblue
RGB
88, 85, 204
HSL
242°, 54%, 57%
CMYK
57, 58, 0, 20
Luminance
0.1293
Every format
| HEX | #5855cc |
| RGB | rgb(88, 85, 204) |
| HSL | hsl(242, 54%, 57%) |
| CMYK | cmyk(57%, 58%, 0%, 20%) |
| LAB | lab(42.7 35.2 -61.6) |
| LCH | lch(42.7 70.9 299.7) |
| OKLCH | oklch(0.520 0.179 279.3) |
Copy-ready code
/* CSS */
color: #5855cc;
background-color: #5855cc;
/* Tailwind (arbitrary) */
class="text-[#5855cc] bg-[#5855cc]"
/* SCSS */
$brand: #5855cc;
/* SwiftUI */
Color(red: 0.345, green: 0.333, blue: 0.800)
/* Android */
Color.parseColor("#5855cc")Accessibility — WCAG contrast
Aa
#5855cc on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5855cc on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green33.3%
Blue80.0%
CMYK percentages
Cyan56.9%
Magenta58.3%
Yellow0.0%
Key (black)20.0%
Color previews
#5855cc text on a black background
contrast 3.59:1
Card sample
#5855cc text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5855cc;
Background color
Panel with #5855cc background
background-color: #5855cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5855cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 85, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 85, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5855cc; background: linear-gradient(135deg, #5855cc, #A755CC);