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