#a385ff
a light, electric blue · warm · closest name: slateblue
RGB
163, 133, 255
HSL
255°, 100%, 76%
CMYK
36, 48, 0, 0
Luminance
0.3178
Every format
| HEX | #a385ff |
| RGB | rgb(163, 133, 255) |
| HSL | hsl(255, 100%, 76%) |
| CMYK | cmyk(36%, 48%, 0%, 0%) |
| LAB | lab(63.2 38.2 -57.0) |
| LCH | lch(63.2 68.6 303.9) |
| OKLCH | oklch(0.698 0.174 292.6) |
Copy-ready code
/* CSS */
color: #a385ff;
background-color: #a385ff;
/* Tailwind (arbitrary) */
class="text-[#a385ff] bg-[#a385ff]"
/* SCSS */
$brand: #a385ff;
/* SwiftUI */
Color(red: 0.639, green: 0.522, blue: 1.000)
/* Android */
Color.parseColor("#a385ff")Accessibility — WCAG contrast
Aa
#a385ff on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a385ff on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green52.2%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta47.8%
Yellow0.0%
Key (black)0.0%
Color previews
#a385ff text on a black background
contrast 7.36:1
Card sample
#a385ff text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a385ff;
Background color
Panel with #a385ff background
background-color: #a385ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a385ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 133, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 133, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a385ff; background: linear-gradient(135deg, #a385ff, #F485FF);