#8f7ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
143, 122, 206
HSL
255°, 46%, 64%
CMYK
31, 41, 0, 19
Luminance
0.2421
Every format
| HEX | #8f7ace |
| RGB | rgb(143, 122, 206) |
| HSL | hsl(255, 46%, 64%) |
| CMYK | cmyk(31%, 41%, 0%, 19%) |
| LAB | lab(56.3 26.6 -40.7) |
| LCH | lch(56.3 48.6 303.2) |
| OKLCH | oklch(0.634 0.125 294.1) |
Copy-ready code
/* CSS */
color: #8f7ace;
background-color: #8f7ace;
/* Tailwind (arbitrary) */
class="text-[#8f7ace] bg-[#8f7ace]"
/* SCSS */
$brand: #8f7ace;
/* SwiftUI */
Color(red: 0.561, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#8f7ace")Accessibility — WCAG contrast
Aa
#8f7ace on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7ace on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green47.8%
Blue80.8%
CMYK percentages
Cyan30.6%
Magenta40.8%
Yellow0.0%
Key (black)19.2%
Color previews
#8f7ace text on a black background
contrast 5.84:1
Card sample
#8f7ace text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7ace;
Background color
Panel with #8f7ace background
background-color: #8f7ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7ace; background: linear-gradient(135deg, #8f7ace, #C77ACE);