#8c46af
a balanced, soft violet · warm · closest name: slateblue
RGB
140, 70, 175
HSL
280°, 43%, 48%
CMYK
20, 60, 0, 31
Luminance
0.1305
Every format
| HEX | #8c46af |
| RGB | rgb(140, 70, 175) |
| HSL | hsl(280, 43%, 48%) |
| CMYK | cmyk(20%, 60%, 0%, 31%) |
| LAB | lab(42.8 47.4 -44.1) |
| LCH | lch(42.8 64.8 317.1) |
| OKLCH | oklch(0.527 0.169 312.8) |
Copy-ready code
/* CSS */
color: #8c46af;
background-color: #8c46af;
/* Tailwind (arbitrary) */
class="text-[#8c46af] bg-[#8c46af]"
/* SCSS */
$brand: #8c46af;
/* SwiftUI */
Color(red: 0.549, green: 0.275, blue: 0.686)
/* Android */
Color.parseColor("#8c46af")Accessibility — WCAG contrast
Aa
#8c46af on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c46af on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green27.5%
Blue68.6%
CMYK percentages
Cyan20.0%
Magenta60.0%
Yellow0.0%
Key (black)31.4%
Color previews
#8c46af text on a black background
contrast 3.61:1
Card sample
#8c46af text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c46af;
Background color
Panel with #8c46af background
background-color: #8c46af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c46af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 70, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 70, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c46af; background: linear-gradient(135deg, #8c46af, #AF468C);