#a3acfd
a light, electric blue · warm · closest name: plum
RGB
163, 172, 253
HSL
234°, 96%, 82%
CMYK
36, 32, 0, 1
Luminance
0.4438
Every format
| HEX | #a3acfd |
| RGB | rgb(163, 172, 253) |
| HSL | hsl(234, 96%, 82%) |
| CMYK | cmyk(36%, 32%, 0%, 1%) |
| LAB | lab(72.5 15.6 -41.2) |
| LCH | lch(72.5 44.0 290.8) |
| OKLCH | oklch(0.769 0.116 278.4) |
Copy-ready code
/* CSS */
color: #a3acfd;
background-color: #a3acfd;
/* Tailwind (arbitrary) */
class="text-[#a3acfd] bg-[#a3acfd]"
/* SCSS */
$brand: #a3acfd;
/* SwiftUI */
Color(red: 0.639, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#a3acfd")Accessibility — WCAG contrast
Aa
#a3acfd on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3acfd on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green67.5%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#a3acfd text on a black background
contrast 9.88:1
Card sample
#a3acfd text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3acfd;
Background color
Panel with #a3acfd background
background-color: #a3acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3acfd; background: linear-gradient(135deg, #a3acfd, #D6A3FD);