#a38fff
a light, electric blue · warm · closest name: slateblue
RGB
163, 143, 255
HSL
251°, 100%, 78%
CMYK
36, 44, 0, 0
Luminance
0.3465
Every format
| HEX | #a38fff |
| RGB | rgb(163, 143, 255) |
| HSL | hsl(251, 100%, 78%) |
| CMYK | cmyk(36%, 44%, 0%, 0%) |
| LAB | lab(65.5 32.6 -53.3) |
| LCH | lch(65.5 62.5 301.4) |
| OKLCH | oklch(0.715 0.160 290.0) |
Copy-ready code
/* CSS */
color: #a38fff;
background-color: #a38fff;
/* Tailwind (arbitrary) */
class="text-[#a38fff] bg-[#a38fff]"
/* SCSS */
$brand: #a38fff;
/* SwiftUI */
Color(red: 0.639, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#a38fff")Accessibility — WCAG contrast
Aa
#a38fff on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a38fff on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green56.1%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#a38fff text on a black background
contrast 7.93:1
Card sample
#a38fff text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a38fff;
Background color
Panel with #a38fff background
background-color: #a38fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a38fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a38fff; background: linear-gradient(135deg, #a38fff, #EE8FFF);