#8850df
a balanced, vivid violet · warm · closest name: slateblue
RGB
136, 80, 223
HSL
264°, 69%, 59%
CMYK
39, 64, 0, 13
Luminance
0.1630
Every format
| HEX | #8850df |
| RGB | rgb(136, 80, 223) |
| HSL | hsl(264, 69%, 59%) |
| CMYK | cmyk(39%, 64%, 0%, 13%) |
| LAB | lab(47.4 52.9 -64.6) |
| LCH | lch(47.4 83.5 309.3) |
| OKLCH | oklch(0.569 0.207 297.4) |
Copy-ready code
/* CSS */
color: #8850df;
background-color: #8850df;
/* Tailwind (arbitrary) */
class="text-[#8850df] bg-[#8850df]"
/* SCSS */
$brand: #8850df;
/* SwiftUI */
Color(red: 0.533, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#8850df")Accessibility — WCAG contrast
Aa
#8850df on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8850df on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green31.4%
Blue87.5%
CMYK percentages
Cyan39.0%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8850df text on a black background
contrast 4.26:1
Card sample
#8850df text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8850df;
Background color
Panel with #8850df background
background-color: #8850df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8850df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8850df; background: linear-gradient(135deg, #8850df, #DF50D7);