#8f7acf
a balanced, vivid blue · warm · closest name: slateblue
RGB
143, 122, 207
HSL
255°, 47%, 65%
CMYK
31, 41, 0, 19
Luminance
0.2426
Every format
| HEX | #8f7acf |
| RGB | rgb(143, 122, 207) |
| HSL | hsl(255, 47%, 65%) |
| CMYK | cmyk(31%, 41%, 0%, 19%) |
| LAB | lab(56.4 26.9 -41.2) |
| LCH | lch(56.4 49.1 303.1) |
| OKLCH | oklch(0.634 0.126 293.9) |
Copy-ready code
/* CSS */
color: #8f7acf;
background-color: #8f7acf;
/* Tailwind (arbitrary) */
class="text-[#8f7acf] bg-[#8f7acf]"
/* SCSS */
$brand: #8f7acf;
/* SwiftUI */
Color(red: 0.561, green: 0.478, blue: 0.812)
/* Android */
Color.parseColor("#8f7acf")Accessibility — WCAG contrast
Aa
#8f7acf on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7acf on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green47.8%
Blue81.2%
CMYK percentages
Cyan30.9%
Magenta41.1%
Yellow0.0%
Key (black)18.8%
Color previews
#8f7acf text on a black background
contrast 5.85:1
Card sample
#8f7acf text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7acf;
Background color
Panel with #8f7acf background
background-color: #8f7acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 122, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 122, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7acf; background: linear-gradient(135deg, #8f7acf, #C87ACF);