#a8a3eb
a light, vivid blue · warm · closest name: plum
RGB
168, 163, 235
HSL
244°, 64%, 78%
CMYK
29, 31, 0, 8
Luminance
0.4052
Every format
| HEX | #a8a3eb |
| RGB | rgb(168, 163, 235) |
| HSL | hsl(244, 64%, 78%) |
| CMYK | cmyk(29%, 31%, 0%, 8%) |
| LAB | lab(69.8 17.5 -35.5) |
| LCH | lch(69.8 39.6 296.2) |
| OKLCH | oklch(0.747 0.103 286.8) |
Copy-ready code
/* CSS */
color: #a8a3eb;
background-color: #a8a3eb;
/* Tailwind (arbitrary) */
class="text-[#a8a3eb] bg-[#a8a3eb]"
/* SCSS */
$brand: #a8a3eb;
/* SwiftUI */
Color(red: 0.659, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#a8a3eb")Accessibility — WCAG contrast
Aa
#a8a3eb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8a3eb on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green63.9%
Blue92.2%
CMYK percentages
Cyan28.5%
Magenta30.6%
Yellow0.0%
Key (black)7.8%
Color previews
#a8a3eb text on a black background
contrast 9.10:1
Card sample
#a8a3eb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8a3eb;
Background color
Panel with #a8a3eb background
background-color: #a8a3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8a3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8a3eb; background: linear-gradient(135deg, #a8a3eb, #D8A3EB);