#a38ff5
a light, electric blue · warm · closest name: slateblue
RGB
163, 143, 245
HSL
252°, 84%, 76%
CMYK
34, 42, 0, 4
Luminance
0.3402
Every format
| HEX | #a38ff5 |
| RGB | rgb(163, 143, 245) |
| HSL | hsl(252, 84%, 76%) |
| CMYK | cmyk(34%, 42%, 0%, 4%) |
| LAB | lab(65.0 30.0 -48.6) |
| LCH | lch(65.0 57.1 301.7) |
| OKLCH | oklch(0.710 0.146 291.2) |
Copy-ready code
/* CSS */
color: #a38ff5;
background-color: #a38ff5;
/* Tailwind (arbitrary) */
class="text-[#a38ff5] bg-[#a38ff5]"
/* SCSS */
$brand: #a38ff5;
/* SwiftUI */
Color(red: 0.639, green: 0.561, blue: 0.961)
/* Android */
Color.parseColor("#a38ff5")Accessibility — WCAG contrast
Aa
#a38ff5 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a38ff5 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green56.1%
Blue96.1%
CMYK percentages
Cyan33.5%
Magenta41.6%
Yellow0.0%
Key (black)3.9%
Color previews
#a38ff5 text on a black background
contrast 7.80:1
Card sample
#a38ff5 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a38ff5;
Background color
Panel with #a38ff5 background
background-color: #a38ff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a38ff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 143, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 143, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a38ff5; background: linear-gradient(135deg, #a38ff5, #E78FF5);