#a55ff4
a light, electric violet · warm · closest name: slateblue
RGB
165, 95, 244
HSL
268°, 87%, 67%
CMYK
32, 61, 0, 4
Luminance
0.2272
Every format
| HEX | #a55ff4 |
| RGB | rgb(165, 95, 244) |
| HSL | hsl(268, 87%, 67%) |
| CMYK | cmyk(32%, 61%, 0%, 4%) |
| LAB | lab(54.8 56.5 -64.3) |
| LCH | lch(54.8 85.6 311.3) |
| OKLCH | oklch(0.634 0.216 302.3) |
Copy-ready code
/* CSS */
color: #a55ff4;
background-color: #a55ff4;
/* Tailwind (arbitrary) */
class="text-[#a55ff4] bg-[#a55ff4]"
/* SCSS */
$brand: #a55ff4;
/* SwiftUI */
Color(red: 0.647, green: 0.373, blue: 0.957)
/* Android */
Color.parseColor("#a55ff4")Accessibility — WCAG contrast
Aa
#a55ff4 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a55ff4 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green37.3%
Blue95.7%
CMYK percentages
Cyan32.4%
Magenta61.1%
Yellow0.0%
Key (black)4.3%
Color previews
#a55ff4 text on a black background
contrast 5.54:1
Card sample
#a55ff4 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a55ff4;
Background color
Panel with #a55ff4 background
background-color: #a55ff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a55ff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 95, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 95, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a55ff4; background: linear-gradient(135deg, #a55ff4, #F45FE0);