#a55fff
a light, electric violet · warm · closest name: slateblue
RGB
165, 95, 255
HSL
266°, 100%, 69%
CMYK
35, 63, 0, 0
Luminance
0.2340
Every format
| HEX | #a55fff |
| RGB | rgb(165, 95, 255) |
| HSL | hsl(266, 100%, 69%) |
| CMYK | cmyk(35%, 63%, 0%, 0%) |
| LAB | lab(55.5 59.1 -69.3) |
| LCH | lch(55.5 91.1 310.5) |
| OKLCH | oklch(0.642 0.228 300.1) |
Copy-ready code
/* CSS */
color: #a55fff;
background-color: #a55fff;
/* Tailwind (arbitrary) */
class="text-[#a55fff] bg-[#a55fff]"
/* SCSS */
$brand: #a55fff;
/* SwiftUI */
Color(red: 0.647, green: 0.373, blue: 1.000)
/* Android */
Color.parseColor("#a55fff")Accessibility — WCAG contrast
Aa
#a55fff on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a55fff on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green37.3%
Blue100.0%
CMYK percentages
Cyan35.3%
Magenta62.7%
Yellow0.0%
Key (black)0.0%
Color previews
#a55fff text on a black background
contrast 5.68:1
Card sample
#a55fff text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a55fff;
Background color
Panel with #a55fff background
background-color: #a55fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a55fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 95, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 95, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a55fff; background: linear-gradient(135deg, #a55fff, #FF5FEE);