#8f57ab
a balanced, soft violet · warm · closest name: slateblue
RGB
143, 87, 171
HSL
280°, 33%, 51%
CMYK
16, 49, 0, 33
Luminance
0.1560
Every format
| HEX | #8f57ab |
| RGB | rgb(143, 87, 171) |
| HSL | hsl(280, 33%, 51%) |
| CMYK | cmyk(16%, 49%, 0%, 33%) |
| LAB | lab(46.4 38.3 -36.0) |
| LCH | lch(46.4 52.5 316.7) |
| OKLCH | oklch(0.554 0.138 313.4) |
Copy-ready code
/* CSS */
color: #8f57ab;
background-color: #8f57ab;
/* Tailwind (arbitrary) */
class="text-[#8f57ab] bg-[#8f57ab]"
/* SCSS */
$brand: #8f57ab;
/* SwiftUI */
Color(red: 0.561, green: 0.341, blue: 0.671)
/* Android */
Color.parseColor("#8f57ab")Accessibility — WCAG contrast
Aa
#8f57ab on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f57ab on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green34.1%
Blue67.1%
CMYK percentages
Cyan16.4%
Magenta49.1%
Yellow0.0%
Key (black)32.9%
Color previews
#8f57ab text on a black background
contrast 4.12:1
Card sample
#8f57ab text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f57ab;
Background color
Panel with #8f57ab background
background-color: #8f57ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f57ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 87, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 87, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f57ab; background: linear-gradient(135deg, #8f57ab, #AB578F);