#8855cc
a balanced, vivid violet · warm · closest name: slateblue
RGB
136, 85, 204
HSL
266°, 54%, 57%
CMYK
33, 58, 0, 20
Luminance
0.1609
Every format
| HEX | #8855cc |
| RGB | rgb(136, 85, 204) |
| HSL | hsl(266, 54%, 57%) |
| CMYK | cmyk(33%, 58%, 0%, 20%) |
| LAB | lab(47.1 45.4 -54.2) |
| LCH | lch(47.1 70.7 309.9) |
| OKLCH | oklch(0.563 0.178 300.5) |
Copy-ready code
/* CSS */
color: #8855cc;
background-color: #8855cc;
/* Tailwind (arbitrary) */
class="text-[#8855cc] bg-[#8855cc]"
/* SCSS */
$brand: #8855cc;
/* SwiftUI */
Color(red: 0.533, green: 0.333, blue: 0.800)
/* Android */
Color.parseColor("#8855cc")Accessibility — WCAG contrast
Aa
#8855cc on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8855cc on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green33.3%
Blue80.0%
CMYK percentages
Cyan33.3%
Magenta58.3%
Yellow0.0%
Key (black)20.0%
Color previews
#8855cc text on a black background
contrast 4.22:1
Card sample
#8855cc text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8855cc;
Background color
Panel with #8855cc background
background-color: #8855cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8855cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 85, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 85, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8855cc; background: linear-gradient(135deg, #8855cc, #CC55C1);