#a7abfd
a light, electric blue · warm · closest name: plum
RGB
167, 171, 253
HSL
237°, 96%, 82%
CMYK
34, 32, 0, 1
Luminance
0.4443
Every format
| HEX | #a7abfd |
| RGB | rgb(167, 171, 253) |
| HSL | hsl(237, 96%, 82%) |
| CMYK | cmyk(34%, 32%, 0%, 1%) |
| LAB | lab(72.5 17.3 -41.1) |
| LCH | lch(72.5 44.6 292.8) |
| OKLCH | oklch(0.770 0.117 281.1) |
Copy-ready code
/* CSS */
color: #a7abfd;
background-color: #a7abfd;
/* Tailwind (arbitrary) */
class="text-[#a7abfd] bg-[#a7abfd]"
/* SCSS */
$brand: #a7abfd;
/* SwiftUI */
Color(red: 0.655, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#a7abfd")Accessibility — WCAG contrast
Aa
#a7abfd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7abfd on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green67.1%
Blue99.2%
CMYK percentages
Cyan34.0%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#a7abfd text on a black background
contrast 9.89:1
Card sample
#a7abfd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7abfd;
Background color
Panel with #a7abfd background
background-color: #a7abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7abfd; background: linear-gradient(135deg, #a7abfd, #DCA7FD);