#8872be
a balanced, soft violet · warm · closest name: slateblue
RGB
136, 114, 190
HSL
257°, 37%, 60%
CMYK
28, 40, 0, 26
Luminance
0.2099
Every format
| HEX | #8872be |
| RGB | rgb(136, 114, 190) |
| HSL | hsl(257, 37%, 60%) |
| CMYK | cmyk(28%, 40%, 0%, 26%) |
| LAB | lab(52.9 25.2 -36.9) |
| LCH | lch(52.9 44.7 304.3) |
| OKLCH | oklch(0.604 0.115 296.1) |
Copy-ready code
/* CSS */
color: #8872be;
background-color: #8872be;
/* Tailwind (arbitrary) */
class="text-[#8872be] bg-[#8872be]"
/* SCSS */
$brand: #8872be;
/* SwiftUI */
Color(red: 0.533, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#8872be")Accessibility — WCAG contrast
Aa
#8872be on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8872be on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green44.7%
Blue74.5%
CMYK percentages
Cyan28.4%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#8872be text on a black background
contrast 5.20:1
Card sample
#8872be text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8872be;
Background color
Panel with #8872be background
background-color: #8872be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8872be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8872be; background: linear-gradient(135deg, #8872be, #BB72BE);