#a95cff
a light, electric violet · warm · closest name: slateblue
RGB
169, 92, 255
HSL
268°, 100%, 68%
CMYK
34, 64, 0, 0
Luminance
0.2331
Every format
| HEX | #a95cff |
| RGB | rgb(169, 92, 255) |
| HSL | hsl(268, 100%, 68%) |
| CMYK | cmyk(34%, 64%, 0%, 0%) |
| LAB | lab(55.4 61.4 -69.4) |
| LCH | lch(55.4 92.7 311.5) |
| OKLCH | oklch(0.642 0.232 301.9) |
Copy-ready code
/* CSS */
color: #a95cff;
background-color: #a95cff;
/* Tailwind (arbitrary) */
class="text-[#a95cff] bg-[#a95cff]"
/* SCSS */
$brand: #a95cff;
/* SwiftUI */
Color(red: 0.663, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#a95cff")Accessibility — WCAG contrast
Aa
#a95cff on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a95cff on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green36.1%
Blue100.0%
CMYK percentages
Cyan33.7%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#a95cff text on a black background
contrast 5.66:1
Card sample
#a95cff text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a95cff;
Background color
Panel with #a95cff background
background-color: #a95cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a95cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a95cff; background: linear-gradient(135deg, #a95cff, #FF5CE8);