#a4aefd
a light, electric blue · warm · closest name: plum
RGB
164, 174, 253
HSL
233°, 96%, 82%
CMYK
35, 31, 0, 1
Luminance
0.4526
Every format
| HEX | #a4aefd |
| RGB | rgb(164, 174, 253) |
| HSL | hsl(233, 96%, 82%) |
| CMYK | cmyk(35%, 31%, 0%, 1%) |
| LAB | lab(73.1 14.8 -40.3) |
| LCH | lch(73.1 42.9 290.1) |
| OKLCH | oklch(0.773 0.113 277.9) |
Copy-ready code
/* CSS */
color: #a4aefd;
background-color: #a4aefd;
/* Tailwind (arbitrary) */
class="text-[#a4aefd] bg-[#a4aefd]"
/* SCSS */
$brand: #a4aefd;
/* SwiftUI */
Color(red: 0.643, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#a4aefd")Accessibility — WCAG contrast
Aa
#a4aefd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4aefd on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green68.2%
Blue99.2%
CMYK percentages
Cyan35.2%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#a4aefd text on a black background
contrast 10.05:1
Card sample
#a4aefd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4aefd;
Background color
Panel with #a4aefd background
background-color: #a4aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4aefd; background: linear-gradient(135deg, #a4aefd, #D5A4FD);