#8c4fba
a balanced, soft violet · warm · closest name: slateblue
RGB
140, 79, 186
HSL
274°, 44%, 52%
CMYK
25, 58, 0, 27
Luminance
0.1471
Every format
| HEX | #8c4fba |
| RGB | rgb(140, 79, 186) |
| HSL | hsl(274, 44%, 52%) |
| CMYK | cmyk(25%, 58%, 0%, 27%) |
| LAB | lab(45.2 45.2 -46.7) |
| LCH | lch(45.2 65.0 314.1) |
| OKLCH | oklch(0.547 0.167 308.1) |
Copy-ready code
/* CSS */
color: #8c4fba;
background-color: #8c4fba;
/* Tailwind (arbitrary) */
class="text-[#8c4fba] bg-[#8c4fba]"
/* SCSS */
$brand: #8c4fba;
/* SwiftUI */
Color(red: 0.549, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#8c4fba")Accessibility — WCAG contrast
Aa
#8c4fba on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c4fba on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green31.0%
Blue72.9%
CMYK percentages
Cyan24.7%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#8c4fba text on a black background
contrast 3.94:1
Card sample
#8c4fba text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c4fba;
Background color
Panel with #8c4fba background
background-color: #8c4fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c4fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c4fba; background: linear-gradient(135deg, #8c4fba, #BA4FA1);