#a85df4
a light, electric violet · warm · closest name: slateblue
RGB
168, 93, 244
HSL
270°, 87%, 66%
CMYK
31, 62, 0, 4
Luminance
0.2269
Every format
| HEX | #a85df4 |
| RGB | rgb(168, 93, 244) |
| HSL | hsl(270, 87%, 66%) |
| CMYK | cmyk(31%, 62%, 0%, 4%) |
| LAB | lab(54.8 58.1 -64.3) |
| LCH | lch(54.8 86.7 312.1) |
| OKLCH | oklch(0.635 0.219 303.6) |
Copy-ready code
/* CSS */
color: #a85df4;
background-color: #a85df4;
/* Tailwind (arbitrary) */
class="text-[#a85df4] bg-[#a85df4]"
/* SCSS */
$brand: #a85df4;
/* SwiftUI */
Color(red: 0.659, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#a85df4")Accessibility — WCAG contrast
Aa
#a85df4 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a85df4 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green36.5%
Blue95.7%
CMYK percentages
Cyan31.1%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#a85df4 text on a black background
contrast 5.54:1
Card sample
#a85df4 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a85df4;
Background color
Panel with #a85df4 background
background-color: #a85df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a85df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a85df4; background: linear-gradient(135deg, #a85df4, #F45DDB);