#8f69c6
a balanced, soft violet · warm · closest name: slateblue
RGB
143, 105, 198
HSL
265°, 45%, 59%
CMYK
28, 47, 0, 22
Luminance
0.2002
Every format
| HEX | #8f69c6 |
| RGB | rgb(143, 105, 198) |
| HSL | hsl(265, 45%, 59%) |
| CMYK | cmyk(28%, 47%, 0%, 22%) |
| LAB | lab(51.9 34.4 -43.1) |
| LCH | lch(51.9 55.2 308.6) |
| OKLCH | oklch(0.599 0.141 301.1) |
Copy-ready code
/* CSS */
color: #8f69c6;
background-color: #8f69c6;
/* Tailwind (arbitrary) */
class="text-[#8f69c6] bg-[#8f69c6]"
/* SCSS */
$brand: #8f69c6;
/* SwiftUI */
Color(red: 0.561, green: 0.412, blue: 0.776)
/* Android */
Color.parseColor("#8f69c6")Accessibility — WCAG contrast
Aa
#8f69c6 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f69c6 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green41.2%
Blue77.6%
CMYK percentages
Cyan27.8%
Magenta47.0%
Yellow0.0%
Key (black)22.4%
Color previews
#8f69c6 text on a black background
contrast 5.00:1
Card sample
#8f69c6 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f69c6;
Background color
Panel with #8f69c6 background
background-color: #8f69c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f69c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 105, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 105, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f69c6; background: linear-gradient(135deg, #8f69c6, #C669BF);