#8c69ba
a balanced, soft violet · warm · closest name: slateblue
RGB
140, 105, 186
HSL
266°, 37%, 57%
CMYK
25, 44, 0, 27
Luminance
0.1922
Every format
| HEX | #8c69ba |
| RGB | rgb(140, 105, 186) |
| HSL | hsl(266, 37%, 57%) |
| CMYK | cmyk(25%, 44%, 0%, 27%) |
| LAB | lab(51.0 30.6 -37.7) |
| LCH | lch(51.0 48.5 309.1) |
| OKLCH | oklch(0.590 0.125 302.7) |
Copy-ready code
/* CSS */
color: #8c69ba;
background-color: #8c69ba;
/* Tailwind (arbitrary) */
class="text-[#8c69ba] bg-[#8c69ba]"
/* SCSS */
$brand: #8c69ba;
/* SwiftUI */
Color(red: 0.549, green: 0.412, blue: 0.729)
/* Android */
Color.parseColor("#8c69ba")Accessibility — WCAG contrast
Aa
#8c69ba on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c69ba on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green41.2%
Blue72.9%
CMYK percentages
Cyan24.7%
Magenta43.5%
Yellow0.0%
Key (black)27.1%
Color previews
#8c69ba text on a black background
contrast 4.84:1
Card sample
#8c69ba text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c69ba;
Background color
Panel with #8c69ba background
background-color: #8c69ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c69ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 105, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 105, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c69ba; background: linear-gradient(135deg, #8c69ba, #BA69B2);