#a8aefd
a light, electric blue · warm · closest name: plum
RGB
168, 174, 253
HSL
236°, 96%, 83%
CMYK
34, 31, 0, 1
Luminance
0.4569
Every format
| HEX | #a8aefd |
| RGB | rgb(168, 174, 253) |
| HSL | hsl(236, 96%, 83%) |
| CMYK | cmyk(34%, 31%, 0%, 1%) |
| LAB | lab(73.3 15.8 -39.8) |
| LCH | lch(73.3 42.9 291.7) |
| OKLCH | oklch(0.776 0.113 280.1) |
Copy-ready code
/* CSS */
color: #a8aefd;
background-color: #a8aefd;
/* Tailwind (arbitrary) */
class="text-[#a8aefd] bg-[#a8aefd]"
/* SCSS */
$brand: #a8aefd;
/* SwiftUI */
Color(red: 0.659, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#a8aefd")Accessibility — WCAG contrast
Aa
#a8aefd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8aefd on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green68.2%
Blue99.2%
CMYK percentages
Cyan33.6%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#a8aefd text on a black background
contrast 10.14:1
Card sample
#a8aefd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8aefd;
Background color
Panel with #a8aefd background
background-color: #a8aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8aefd; background: linear-gradient(135deg, #a8aefd, #DBA8FD);