#aba8fd
a light, electric blue · warm · closest name: plum
RGB
171, 168, 253
HSL
242°, 96%, 83%
CMYK
32, 34, 0, 1
Luminance
0.4376
Every format
| HEX | #aba8fd |
| RGB | rgb(171, 168, 253) |
| HSL | hsl(242, 96%, 83%) |
| CMYK | cmyk(32%, 34%, 0%, 1%) |
| LAB | lab(72.1 20.0 -41.8) |
| LCH | lch(72.1 46.3 295.6) |
| OKLCH | oklch(0.767 0.121 284.8) |
Copy-ready code
/* CSS */
color: #aba8fd;
background-color: #aba8fd;
/* Tailwind (arbitrary) */
class="text-[#aba8fd] bg-[#aba8fd]"
/* SCSS */
$brand: #aba8fd;
/* SwiftUI */
Color(red: 0.671, green: 0.659, blue: 0.992)
/* Android */
Color.parseColor("#aba8fd")Accessibility — WCAG contrast
Aa
#aba8fd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba8fd on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green65.9%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta33.6%
Yellow0.0%
Key (black)0.8%
Color previews
#aba8fd text on a black background
contrast 9.75:1
Card sample
#aba8fd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba8fd;
Background color
Panel with #aba8fd background
background-color: #aba8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 168, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 168, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba8fd; background: linear-gradient(135deg, #aba8fd, #E4A8FD);