#a0aefd
a light, electric blue · warm · closest name: plum
RGB
160, 174, 253
HSL
231°, 96%, 81%
CMYK
37, 31, 0, 1
Luminance
0.4484
Every format
| HEX | #a0aefd |
| RGB | rgb(160, 174, 253) |
| HSL | hsl(231, 96%, 81%) |
| CMYK | cmyk(37%, 31%, 0%, 1%) |
| LAB | lab(72.8 13.7 -40.7) |
| LCH | lch(72.8 43.0 288.6) |
| OKLCH | oklch(0.770 0.114 275.7) |
Copy-ready code
/* CSS */
color: #a0aefd;
background-color: #a0aefd;
/* Tailwind (arbitrary) */
class="text-[#a0aefd] bg-[#a0aefd]"
/* SCSS */
$brand: #a0aefd;
/* SwiftUI */
Color(red: 0.627, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#a0aefd")Accessibility — WCAG contrast
Aa
#a0aefd on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0aefd on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green68.2%
Blue99.2%
CMYK percentages
Cyan36.8%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#a0aefd text on a black background
contrast 9.97:1
Card sample
#a0aefd text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0aefd;
Background color
Panel with #a0aefd background
background-color: #a0aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0aefd; background: linear-gradient(135deg, #a0aefd, #D0A0FD);