#a3afff
a light, electric blue · warm · closest name: plum
RGB
163, 175, 255
HSL
232°, 100%, 82%
CMYK
36, 31, 0, 0
Luminance
0.4567
Every format
| HEX | #a3afff |
| RGB | rgb(163, 175, 255) |
| HSL | hsl(232, 100%, 82%) |
| CMYK | cmyk(36%, 31%, 0%, 0%) |
| LAB | lab(73.3 14.5 -40.9) |
| LCH | lch(73.3 43.4 289.5) |
| OKLCH | oklch(0.775 0.115 276.8) |
Copy-ready code
/* CSS */
color: #a3afff;
background-color: #a3afff;
/* Tailwind (arbitrary) */
class="text-[#a3afff] bg-[#a3afff]"
/* SCSS */
$brand: #a3afff;
/* SwiftUI */
Color(red: 0.639, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#a3afff")Accessibility — WCAG contrast
Aa
#a3afff on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3afff on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green68.6%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#a3afff text on a black background
contrast 10.13:1
Card sample
#a3afff text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3afff;
Background color
Panel with #a3afff background
background-color: #a3afff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3afff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3afff; background: linear-gradient(135deg, #a3afff, #D4A3FF);